We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bd835 commit 2e77ee0Copy full SHA for 2e77ee0
cuda_bindings/cuda/bindings/_nvml.pyx
@@ -13,7 +13,7 @@ from ._internal.utils cimport (get_buffer_pointer, get_nested_resource_ptr,
13
14
from enum import IntEnum as _IntEnum
15
16
-from cuda.bindings.cydriver import CUDA_VERSION
+from cuda.bindings.cydriver cimport CUDA_VERSION
17
18
19
from libc.stdlib cimport calloc, free, malloc
0 commit comments