mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Do not run nn_test under asan -- it times out
PiperOrigin-RevId: 660377176
This commit is contained in:
parent
3e5e947542
commit
3a1567f57a
@ -688,6 +688,11 @@ jax_test(
|
||||
jax_test(
|
||||
name = "nn_test",
|
||||
srcs = ["nn_test.py"],
|
||||
backend_tags = {
|
||||
"gpu": [
|
||||
"noasan", # Times out under asan.
|
||||
],
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"tpu": 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user