mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
random_test: reduce num_generated_cases to avoid timeouts
PiperOrigin-RevId: 570781641
This commit is contained in:
parent
933d3530d8
commit
305efe0501
@ -704,6 +704,11 @@ jax_test(
|
||||
"notsan", # Times out
|
||||
],
|
||||
},
|
||||
# Use fewer cases to prevent timeouts.
|
||||
backend_variant_args = {
|
||||
"cpu": ["--jax_num_generated_cases=40"],
|
||||
"cpu_x32": ["--jax_num_generated_cases=40"],
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
"gpu": 30,
|
||||
|
Loading…
x
Reference in New Issue
Block a user