mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Disable xmap_test on TPU under asan due to CI timeouts.
PiperOrigin-RevId: 492994226
This commit is contained in:
parent
55d6daacfa
commit
401fbb61a9
@ -169,6 +169,9 @@ py_test(
|
||||
jax_test(
|
||||
name = "xmap_test",
|
||||
srcs = ["xmap_test.py"],
|
||||
backend_tags = {
|
||||
"tpu": ["noasan"], # Times out.
|
||||
},
|
||||
pjrt_c_api_bypass = True,
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user