Internal change

PiperOrigin-RevId: 484330913
This commit is contained in:
Jake VanderPlas 2022-10-27 13:11:58 -07:00 committed by jax authors
parent 3e38675ac4
commit f699acd931

View File

@ -700,6 +700,7 @@ jax_test(
srcs = ["sparsify_test.py"],
args = ["--jax_bcoo_cusparse_lowering=true"],
shard_count = {
"cpu": 5,
"gpu": 20,
"tpu": 10,
},