We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f4245 commit f40d3edCopy full SHA for f40d3ed
numba_cuda/numba/cuda/tests/cudadrv/test_nvjitlink.py
@@ -9,7 +9,7 @@
9
from numba import config
10
11
12
-@unittest.skipIf(config.ENABLE_PYNVJITLINK, "pynvjitlink not enabled")
+@unittest.skipIf(not config.ENABLE_PYNVJITLINK, "pynvjitlink not enabled")
13
@skip_on_cudasim("Linking unsupported in the simulator")
14
class TestLinker(CUDATestCase):
15
_NUMBA_NVIDIA_BINDING_0_ENV = {"NUMBA_CUDA_USE_NVIDIA_BINDING": "0"}
0 commit comments