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 710f8cb commit a8cb6c2Copy full SHA for a8cb6c2
numba_cuda/numba/cuda/cudadrv/mappings.py
@@ -1,7 +1,7 @@
1
from numba import config
2
-from cuda import cuda
3
from . import enums
4
if config.CUDA_USE_NVIDIA_BINDING:
+ from cuda import cuda
5
jitty = cuda.CUjitInputType
6
FILE_EXTENSION_MAP = {
7
'o': jitty.CU_JIT_INPUT_OBJECT,
0 commit comments