mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
[sparse] re-enable bcoo_spdot_general test
This commit is contained in:
parent
be751d1dd6
commit
e4291e0b49
@ -1045,7 +1045,7 @@ class BCOOTest(jtu.JaxTestCase):
|
||||
self.assertAllClose(jr_sparse, jr_dense, atol=tol)
|
||||
self.assertAllClose(jf_sparse, jr_sparse, atol=tol)
|
||||
|
||||
@unittest.skip("Jaxlib GPU build failing in OSS.")
|
||||
@unittest.skipIf(jtu.device_under_test() == "tpu", "TPU has insufficient precision")
|
||||
@parameterized.named_parameters(jtu.cases_from_list(
|
||||
{"testcase_name": "_{}[n_batch={}]_{}[n_batch={}]_dims={}".format(
|
||||
jtu.format_shape_dtype_string(lhs_shape, dtype), lhs_n_batch,
|
||||
|
Loading…
x
Reference in New Issue
Block a user