We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73498c0 commit 7661c13Copy full SHA for 7661c13
1 file changed
cuda_bindings/cuda/bindings/_path_finder/supported_libs.py
@@ -233,6 +233,7 @@
233
# cuda_12.5.1_555.85_windows.exe
234
# cuda_12.6.2_560.94_windows.exe
235
# cuda_12.8.1_572.61_windows.exe
236
+# cuda_12.9.0_576.02_windows.txt
237
# Generated with toolshed/build_path_finder_dlls.py (WITH MANUAL EDITS)
238
SUPPORTED_WINDOWS_DLLS = {
239
"cublas": (
@@ -340,6 +341,7 @@
340
341
"nvvm64.dll",
342
"nvvm64_33_0.dll",
343
"nvvm64_40_0.dll",
344
+ "nvvm70.dll",
345
),
346
}
347
0 commit comments