We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f169e7 commit 7285f10Copy full SHA for 7285f10
tests/BUILD
@@ -551,6 +551,7 @@ jax_multiplatform_test(
551
name = "lax_test",
552
srcs = ["lax_test.py"],
553
backend_tags = {
554
+ "cpu": ["not_run:arm"], # Numerical issues, including https://github.com/jax-ml/jax/issues/24787
555
"tpu": ["noasan"], # Times out.
556
},
557
shard_count = {
0 commit comments