Skip to content

Commit

Permalink
Merge branch 'main' into ksimpson/fix_device_from_ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work authored Nov 4, 2024
2 parents 925a42d + 2ab5d3d commit 1f4e5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuda_core/tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
from cuda.core.experimental._module import Kernel, ObjectCode
from cuda.core.experimental._utils import handle_return
import pytest
import importlib

@pytest.mark.skipif(int(importlib.metadata.version("cuda-python").split(".")[0]) < 12, reason='Module loading for older drivers validate require valid module code.')
def test_object_code_initialization():
# Test with supported code types
for code_type in ["cubin", "ptx", "fatbin"]:
Expand Down

0 comments on commit 1f4e5cd

Please sign in to comment.