Add shards for checkify_test on GPU

PiperOrigin-RevId: 501430172
This commit is contained in:
Sharad Vikram 2023-01-11 18:25:30 -08:00 committed by jax authors
parent f0cca20a67
commit f729da4a36

View File

@ -779,6 +779,9 @@ jax_test(
name = "checkify_test",
srcs = ["checkify_test.py"],
pjrt_c_api_bypass = True,
shard_count = {
"gpu": 2,
},
)
jax_test(