Skip to content

Commit

Permalink
Update to CUDA 12.6 (#97)
Browse files Browse the repository at this point in the history
* Bump CUDA version to 12.6

---------

Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Graham Markall <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent a823705 commit 7d9a7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pynvjitlink/CUDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.5
12.6
1 change: 1 addition & 0 deletions pynvjitlink/tests/test_pynvjitlink_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_add_fatbin_with_cubin_error(device_functions_cubin, gpu_arch_flag):
nvjitlinker.add_fatbin(cubin, name)


@pytest.mark.xfail(reason="CUDA 12.6 pynvjitlink does not raise for duplicates")
def test_duplicate_symbols_cubin_and_fatbin(
device_functions_cubin, device_functions_fatbin, gpu_arch_flag
):
Expand Down

0 comments on commit 7d9a7ee

Please sign in to comment.