Skip to content

Commit 85a466d

Browse files
hawkinspGoogle-ML-Automation
authored andcommitted
Lower the shard count for sparse_bcoo_bcsr_test on TPU as well.
There are flaky timeouts in CI, and we've already lowered the shard count on multiple other platforms. PiperOrigin-RevId: 678367575
1 parent 70f91db commit 85a466d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ jax_multiplatform_test(
997997
"cpu": ["--jax_num_generated_cases=40"],
998998
"cpu_x32": ["--jax_num_generated_cases=40"],
999999
"gpu": ["--jax_num_generated_cases=40"],
1000+
"tpu": ["--jax_num_generated_cases=40"],
10001001
},
10011002
shard_count = {
10021003
"cpu": 50,

0 commit comments

Comments
 (0)