Skip to content

Commit 7661c13

Browse files
committed
The only addition to SUPPORTED_WINDOWS_DLLS for CTK 12.9.0 is nvvm70.dll
1 parent 73498c0 commit 7661c13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_bindings/cuda/bindings/_path_finder/supported_libs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
# cuda_12.5.1_555.85_windows.exe
234234
# cuda_12.6.2_560.94_windows.exe
235235
# cuda_12.8.1_572.61_windows.exe
236+
# cuda_12.9.0_576.02_windows.txt
236237
# Generated with toolshed/build_path_finder_dlls.py (WITH MANUAL EDITS)
237238
SUPPORTED_WINDOWS_DLLS = {
238239
"cublas": (
@@ -340,6 +341,7 @@
340341
"nvvm64.dll",
341342
"nvvm64_33_0.dll",
342343
"nvvm64_40_0.dll",
344+
"nvvm70.dll",
343345
),
344346
}
345347

0 commit comments

Comments
 (0)