Skip to content

Commit a8cb6c2

Browse files
only use cuda if CUDA_USE_NVIDIA_BINDING
1 parent 710f8cb commit a8cb6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/cudadrv/mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from numba import config
2-
from cuda import cuda
32
from . import enums
43
if config.CUDA_USE_NVIDIA_BINDING:
4+
from cuda import cuda
55
jitty = cuda.CUjitInputType
66
FILE_EXTENSION_MAP = {
77
'o': jitty.CU_JIT_INPUT_OBJECT,

0 commit comments

Comments
 (0)