We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c27844 commit e0a6af7Copy full SHA for e0a6af7
1 file changed
tools/install_windows_cuda.ps1
@@ -20,6 +20,7 @@ $CUDA_KNOWN_URLS = @{
20
"12.4" = "https://developer.download.nvidia.com/compute/cuda/12.4.1/network_installers/cuda_12.4.1_windows_network.exe";
21
"12.5" = "https://developer.download.nvidia.com/compute/cuda/12.5.1/network_installers/cuda_12.5.1_windows_network.exe";
22
"12.6" = "https://developer.download.nvidia.com/compute/cuda/12.6.1/network_installers/cuda_12.6.1_windows_network.exe";
23
+ "12.8" = "https://developer.download.nvidia.com/compute/cuda/12.8.1/network_installers/cuda_12.8.1_windows_network.exe";
24
}
25
26
# cuda_runtime.h is in nvcc <= 10.2, but cudart >= 11.0
0 commit comments