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 fcdae67 commit f861f80Copy full SHA for f861f80
cuda_bindings/cuda/bindings/_internal/nvjitlink_windows.pyx
@@ -52,7 +52,7 @@ cdef load_library(const int driver_ver):
52
for suffix in get_nvjitlink_dso_version_suffix(driver_ver):
53
if len(suffix) == 0:
54
continue
55
- dll_name = f"nvJitLink64_{suffix}.dll"
+ dll_name = f"nvJitLink_{suffix}0_0.dll"
56
57
# First check if the DLL has been loaded by 3rd parties
58
try:
0 commit comments