mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
[sparse] ignore GPU warning in tests
This commit is contained in:
parent
c54bc90bf4
commit
885441b2c8
@ -2076,6 +2076,7 @@ class BCOOTest(sptu.SparseTestCase):
|
||||
rhs_dtype=all_dtypes,
|
||||
)
|
||||
@jax.default_matmul_precision("float32")
|
||||
@jtu.ignore_warning(category=sparse.CuSparseEfficiencyWarning)
|
||||
def test_bcoo_matmul(self, lhs_shape, lhs_dtype, rhs_shape, rhs_dtype):
|
||||
# TODO(b/259538729): Disable gpu test when type promotion is required.
|
||||
# BCOO type promotion calls `convert_element_type`, which further calls
|
||||
|
Loading…
x
Reference in New Issue
Block a user