We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b7074 commit 1be81a0Copy full SHA for 1be81a0
1 file changed
cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in
@@ -14,7 +14,7 @@ import os
14
import sys
15
import threading
16
cimport cuda.bindings._bindings.loader as loader
17
-cdef object __symbol_lock = threading.Lock()
+cdef object __symbol_lock = threading.RLock()
18
cdef bint __cuPythonInit = False
19
{{if 'cuGetErrorString' in found_functions}}cdef void *__cuGetErrorString = NULL{{endif}}
20
{{if 'cuGetErrorName' in found_functions}}cdef void *__cuGetErrorName = NULL{{endif}}
0 commit comments