Skip to content

Commit

Permalink
Merge pull request #8000 from asi1024/xfail-lobpcg-ci
Browse files Browse the repository at this point in the history
Fix `TestLOBPCG.test_maxit_None` CUDA 12.2 CI failure
  • Loading branch information
emcastillo committed Nov 29, 2023
2 parents b5de262 + 52888b6 commit 3ee538e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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 @@ -1223,6 +1223,8 @@ def test_random_initial_float32(self, xp, sp):
cupy.cuda.cusolver._getVersion() in (
(11, 4, 5), # CUDA 12.1.1
(11, 5, 0), # CUDA 12.2.0
(11, 5, 1), # CUDA 12.2.1
(11, 5, 2), # CUDA 12.2.2
),
reason='cuSOLVER in CUDA 12.1+ may have a bug',
strict=False, # Seems only failing with Volta (V100 / T4)
Expand Down

0 comments on commit 3ee538e

Please sign in to comment.