Merge pull request #16542 from ROCmSoftwarePlatform:rocm-enable-svdontiny-test

PiperOrigin-RevId: 547178719
This commit is contained in:
jax authors 2023-07-11 07:04:45 -07:00
commit 3ec5f73db0

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)