Shard fft tests to avoid timeouts

PiperOrigin-RevId: 490486632
This commit is contained in:
Adam Paszke 2022-11-23 06:32:41 -08:00 committed by jax authors
parent d045fe2f95
commit fe56a19904

View File

@ -124,6 +124,7 @@ jax_test(
},
shard_count = {
"tpu": 20,
"cpu": 20,
},
)