[ROCm]: Re-enable SvdOnTinyElement test

This commit is contained in:
Rahul Batra 2023-06-23 17:50:00 +00:00
parent 63415a9184
commit c5bf05d66b

View File

@ -217,7 +217,6 @@ class SvdTest(jtu.JaxTestCase):
for m, n, r, c in zip([2, 4, 8], [4, 4, 6], [1, 0, 1], [1, 0, 1])],
dtype=jtu.dtypes.floating,
)
@jtu.skip_on_devices("rocm")
def testSvdOnTinyElement(self, m, n, r, c, dtype):
"""Tests SVD on matrix of zeros and close-to-zero entries."""
a = jnp.zeros((m, n), dtype=dtype)