Skip to content

Commit

Permalink
Merge pull request cupy#8920 from leofang/sm120
Browse files Browse the repository at this point in the history
Minor updates for sm120
  • Loading branch information
kmaehashi authored and chainer-ci committed Feb 4, 2025
1 parent aa5ae4c commit 595382f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/cupy_tests/fft_tests/test_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

import cupy
from cupy import testing
from cupy.cuda import cufft, Device


pytestmark = pytest.mark.skipif(
cufft.getVersion() == 11303 and Device().compute_capability == '120',
reason="cuFFT static callbacks in CUDA 12.8.0 do not support sm120")


@contextlib.contextmanager
Expand Down

0 comments on commit 595382f

Please sign in to comment.