Skip to content

Commit

Permalink
xfail test for conda due to CUDA 12.2u2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 11, 2024
1 parent c925bd1 commit 7752237
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pynvjitlink/tests/test_pynvjitlink_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ def test_add_cubin_with_fatbin_error(device_functions_fatbin):
nvjitlinker.add_cubin(device_functions_fatbin, name)


@pytest.mark.xfail(
reason="Fails in conda due to using CUDA 12.2u2. This should be fixed "
"when requiring CUDA 12.3 nvjitlink library. See: "
"https://github.com/rapidsai/pynvjitlink/pull/33#issuecomment-1885182905"
)
def test_add_fatbin_with_cubin_error(device_functions_cubin):
nvjitlinker = NvJitLinker("-arch=sm_75")
name = "test_device_functions.cubin"
Expand Down

0 comments on commit 7752237

Please sign in to comment.