Skip to content

Commit f55efe9

Browse files
committed
CI script: Add CUDA 13 to list of known windows installers
1 parent f9f91bd commit f55efe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/install_cuda_windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $CUDA_KNOWN_URLS = @{
6161
"12.8.1" = "https://developer.download.nvidia.com/compute/cuda/12.8.1/network_installers/cuda_12.8.1_windows_network.exe"
6262
"12.9.0" = "https://developer.download.nvidia.com/compute/cuda/12.9.0/network_installers/cuda_12.9.0_windows_network.exe"
6363
"12.9.1" = "https://developer.download.nvidia.com/compute/cuda/12.9.1/network_installers/cuda_12.9.1_windows_network.exe"
64+
"13.0.0" = "https://developer.download.nvidia.com/compute/cuda/13.0.0/network_installers/cuda_13.0.0_windows_network.exe"
6465
}
6566

6667
# @todo - change this to be based on _MSC_VER intead, or invert it to be CUDA keyed instead

0 commit comments

Comments
 (0)