We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0545f4b commit b97f3c8Copy full SHA for b97f3c8
1 file changed
cuda_bindings/tests/nvml/conftest.py
@@ -5,6 +5,7 @@
5
6
import pytest
7
from cuda.bindings import _nvml as nvml
8
+from cuda.bindings._test_helpers.arch_check import unsupported_before # noqa: F401
9
10
11
class NVMLInitializer:
0 commit comments