mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Increase shard_count for sparse_test_gpu to 20.
1918d39765
updated the wrong test!
This test is close to the timeout in the GPU CI and flakes sometimes.
PiperOrigin-RevId: 459762867
This commit is contained in:
parent
928f22cb6b
commit
5a7bedca37
@ -375,7 +375,7 @@ jax_test(
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"gpu": 20,
|
||||
"gpu": 10,
|
||||
"tpu": 10,
|
||||
"iree": 10,
|
||||
},
|
||||
@ -655,7 +655,7 @@ jax_test(
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"gpu": 10,
|
||||
"gpu": 20,
|
||||
"tpu": 10,
|
||||
"iree": 10,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user