We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f91bd commit f55efe9Copy full SHA for f55efe9
1 file changed
.github/scripts/install_cuda_windows.ps1
@@ -61,6 +61,7 @@ $CUDA_KNOWN_URLS = @{
61
"12.8.1" = "https://developer.download.nvidia.com/compute/cuda/12.8.1/network_installers/cuda_12.8.1_windows_network.exe"
62
"12.9.0" = "https://developer.download.nvidia.com/compute/cuda/12.9.0/network_installers/cuda_12.9.0_windows_network.exe"
63
"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"
65
}
66
67
# @todo - change this to be based on _MSC_VER intead, or invert it to be CUDA keyed instead
0 commit comments