Skip to content

Commit

Permalink
Merge pull request cupy#7670 from chainer-ci/bp-7669-v12-skip-lobpcg
Browse files Browse the repository at this point in the history
[backport] Skip `TestLOBPCG::test_maxit_None` in CUDA 12.1.1 & cuSOVLER 11.4.5
  • Loading branch information
asi1024 authored Jun 28, 2023
2 parents 1330249 + f35b871 commit dd85bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cupyx_tests/scipy_tests/sparse_tests/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,9 @@ def test_random_initial_float32(self, xp, sp):
@pytest.mark.xfail(
runtime.is_hip and driver.get_build_version() >= 5_00_00000,
reason='ROCm 5.0+ may have a bug')
@pytest.mark.xfail(
cupy.cuda.cusolver._getVersion() == (11, 4, 5),
reason='CUDA 12.1.1 + cuSOLVER 11.4.5 may have a bug')
def test_maxit_None(self):
"""Check lobpcg if maxit=None runs 20 iterations (the default)
by checking the size of the iteration history output, which should
Expand Down

0 comments on commit dd85bf0

Please sign in to comment.