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 db571f4 commit 2244556Copy full SHA for 2244556
cuda_bindings/cuda/bindings/_bindings/cynvrtc.pyx.in
@@ -98,6 +98,8 @@ cdef int cuPythonInit() except -1 nogil:
98
if not handle:
99
raise RuntimeError('Failed to LoadLibraryEx nvrtc64_120_0.dll')
100
{{else}}
101
+ with gil:
102
+ print("\nLOOOK dlfcn.dlopen('libnvrtc.so.12', dlfcn.RTLD_NOW)", flush=True)
103
handle = dlfcn.dlopen('libnvrtc.so.12', dlfcn.RTLD_NOW)
104
if handle == NULL:
105
with gil:
0 commit comments