mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Disable sparse_test_cpu under msan due to CI timeouts.
PiperOrigin-RevId: 490312188
This commit is contained in:
parent
518fe6656c
commit
61aa415356
@ -726,7 +726,10 @@ jax_test(
|
||||
srcs = ["sparse_test.py"],
|
||||
args = ["--jax_bcoo_cusparse_lowering=true"],
|
||||
backend_tags = {
|
||||
"cpu": ["notsan"], # Times out
|
||||
"cpu": [
|
||||
"nomsan", # Times out
|
||||
"notsan", # Times out
|
||||
],
|
||||
"tpu": ["optonly"],
|
||||
},
|
||||
shard_count = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user