Skip to content

Commit

Permalink
[ROCM]: enable linalg_test.py::test_tridiagonal_solve.
Browse files Browse the repository at this point in the history
  • Loading branch information
zahiqbal committed Jan 23, 2024
1 parent 7e80aac commit fb4b491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/linalg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@ def testSelect(self, dtype):
eigvals_all[first:(last + 1)], eigvals_index, atol=atol)

@jtu.sample_product(dtype=[np.float32, np.float64])
@jtu.skip_on_devices("rocm") # will be fixed in ROCm-5.1
def test_tridiagonal_solve(self, dtype):
dl = np.array([0.0, 2.0, 3.0], dtype=dtype)
d = np.ones(3, dtype=dtype)
Expand Down

0 comments on commit fb4b491

Please sign in to comment.