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:
Peter Hawkins 2022-07-08 08:29:56 -07:00 committed by jax authors
parent 928f22cb6b
commit 5a7bedca37

View File

@ -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,
},