Internal change

PiperOrigin-RevId: 462110048
This commit is contained in:
Adam Paszke 2022-07-20 04:30:50 -07:00 committed by jax authors
parent 7f1813c5e3
commit 117da44712

View File

@ -457,7 +457,7 @@ jax_test(
],
},
shard_count = {
"cpu": 20,
"cpu": 25,
"gpu": 40,
"tpu": 10,
"iree": 20,
@ -683,6 +683,7 @@ jax_test(
args = ["--jax_bcoo_cusparse_lowering=true"],
shard_count = {
"gpu": 20,
"tpu": 10,
},
deps = [
"//jax:experimental_sparse",