Increase test shard_count for shape_poly_test on GPU

PiperOrigin-RevId: 723940915
This commit is contained in:
George Necula 2025-02-06 08:13:12 -08:00 committed by jax authors
parent 026b6c9704
commit a678396f44

View File

@ -1518,7 +1518,7 @@ jax_multiplatform_test(
],
shard_count = {
"cpu": 4,
"gpu": 4,
"gpu": 6,
"tpu": 4,
},
tags = [