Internal change

PiperOrigin-RevId: 586312803
This commit is contained in:
Adam Paszke 2023-11-29 05:47:13 -08:00 committed by jax authors
parent 458a8962be
commit ef65ba8f32

View File

@ -172,7 +172,7 @@ jax_test(
shard_count = {
"cpu": 10,
"gpu": 10,
"tpu": 20,
"tpu": 40,
},
)
@ -403,7 +403,7 @@ jax_test(
shard_count = {
"cpu": 30,
"gpu": 30,
"tpu": 20,
"tpu": 40,
},
)
@ -1223,7 +1223,12 @@ jax_test(
"gpu": 10,
"tpu": 50,
},
tags = ["multiaccelerator"],
tags = [
"multiaccelerator",
"noasan",
"nomsan",
"notsan",
], # Times out under *SAN.
deps = [
"//jax:tree_util",
],