Skip to content

Commit 68e321c

Browse files
author
Rahul Batra
committed
Disable linalg_test::EighTinyNorm
1 parent 67ab07e commit 68e321c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/linalg_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ def testEighZeroDiagonal(self):
340340
np.linalg.norm(np.matmul(a, v) - w * v), 2 * eps * np.linalg.norm(a)
341341
)
342342

343+
@jtu.skip_on_devices("rocm")
343344
def testEighTinyNorm(self):
344345
rng = jtu.rand_default(self.rng())
345346
a = rng((300, 300), dtype=np.float32)
@@ -1482,6 +1483,7 @@ def args_maker():
14821483
check_dtypes=False, tol=tol)
14831484
self._CompileAndCheck(jsp_fun, args_maker, check_dtypes=False)
14841485

1486+
@jtu.skip_on_devices("rocm")
14851487
@jtu.sample_product(
14861488
n=[1, 4, 5, 20, 50],
14871489
dtype=float_types + complex_types,

0 commit comments

Comments
 (0)