We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095999a commit 47c1c52Copy full SHA for 47c1c52
1 file changed
cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in
@@ -490,6 +490,7 @@ cdef int cuPythonInit() except -1 nogil:
490
global __cuPythonInit
491
if __cuPythonInit:
492
return 0
493
+ __cuPythonInit = True
494
495
cdef bint usePTDS
496
cdef char libPath[260]
@@ -8873,7 +8874,6 @@ cdef int cuPythonInit() except -1 nogil:
8873
8874
{{endif}}
8875
8876
- __cuPythonInit = True
8877
8878
8879
{{if 'cuGetErrorString' in found_functions}}
0 commit comments