Skip to content

Commit

Permalink
Merge branch 'main' into ci-conda-installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 28, 2024
2 parents bb22cd1 + b44e2cb commit 0512521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pynvjitlink/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
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 0512521

Please sign in to comment.