mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Increase some test shardings to reduce CI timeouts under asan/tsan/msan.
PiperOrigin-RevId: 469173324
This commit is contained in:
parent
f905d989c1
commit
da4e79a625
@ -317,9 +317,9 @@ jax_test(
|
||||
name = "lax_control_flow_test",
|
||||
srcs = ["lax_control_flow_test.py"],
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"cpu": 20,
|
||||
"gpu": 20,
|
||||
"tpu": 10,
|
||||
"tpu": 20,
|
||||
"iree": 10,
|
||||
},
|
||||
)
|
||||
@ -529,9 +529,9 @@ jax_test(
|
||||
name = "pmap_test",
|
||||
srcs = ["pmap_test.py"],
|
||||
shard_count = {
|
||||
"cpu": 15,
|
||||
"cpu": 30,
|
||||
"gpu": 30,
|
||||
"tpu": 15,
|
||||
"tpu": 30,
|
||||
},
|
||||
tags = ["multiaccelerator"],
|
||||
deps = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user