Skip to content

Commit f861f80

Browse files
committed
fix nvjitlink dll name
1 parent fcdae67 commit f861f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/cuda/bindings/_internal/nvjitlink_windows.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cdef load_library(const int driver_ver):
5252
for suffix in get_nvjitlink_dso_version_suffix(driver_ver):
5353
if len(suffix) == 0:
5454
continue
55-
dll_name = f"nvJitLink64_{suffix}.dll"
55+
dll_name = f"nvJitLink_{suffix}0_0.dll"
5656

5757
# First check if the DLL has been loaded by 3rd parties
5858
try:

0 commit comments

Comments
 (0)