mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Increase shard counts for TPU tests in an attempt to fix CI timeouts under asan.
PiperOrigin-RevId: 463830139
This commit is contained in:
parent
0fa3f0346c
commit
9e6254e058
@ -587,7 +587,7 @@ jax_test(
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
"gpu": 40,
|
||||
"tpu": 20,
|
||||
"tpu": 40,
|
||||
"iree": 20,
|
||||
},
|
||||
)
|
||||
@ -664,7 +664,7 @@ jax_test(
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"gpu": 40,
|
||||
"tpu": 10,
|
||||
"tpu": 40,
|
||||
"iree": 10,
|
||||
},
|
||||
deps = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user