mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #16542 from ROCmSoftwarePlatform:rocm-enable-svdontiny-test
PiperOrigin-RevId: 547178719
This commit is contained in:
commit
3ec5f73db0
@ -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