mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
[ROCm]: Re-enable SvdOnTinyElement test
This commit is contained in:
parent
63415a9184
commit
c5bf05d66b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user