mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Disable sparsify_test on CPU under tsan.
Under tsan this test times out in CI. PiperOrigin-RevId: 531210930
This commit is contained in:
parent
6a68750f35
commit
9471bb3045
@ -778,7 +778,10 @@ jax_test(
|
||||
srcs = ["sparsify_test.py"],
|
||||
args = ["--jax_bcoo_cusparse_lowering=true"],
|
||||
backend_tags = {
|
||||
"cpu": ["noasan"], # Times out under asan
|
||||
"cpu": [
|
||||
"noasan", # Times out under asan
|
||||
"notsan", # Times out under asan
|
||||
],
|
||||
"tpu": [
|
||||
"noasan", # Times out under asan.
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user