Skip to content

Commit 2244556

Browse files
committed
print("\nLOOOK dlfcn.dlopen('libnvrtc.so.12', dlfcn.RTLD_NOW)", flush=True)
1 parent db571f4 commit 2244556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_bindings/cuda/bindings/_bindings/cynvrtc.pyx.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ cdef int cuPythonInit() except -1 nogil:
9898
if not handle:
9999
raise RuntimeError('Failed to LoadLibraryEx nvrtc64_120_0.dll')
100100
{{else}}
101+
with gil:
102+
print("\nLOOOK dlfcn.dlopen('libnvrtc.so.12', dlfcn.RTLD_NOW)", flush=True)
101103
handle = dlfcn.dlopen('libnvrtc.so.12', dlfcn.RTLD_NOW)
102104
if handle == NULL:
103105
with gil:

0 commit comments

Comments
 (0)