Skip to content

Commit e0a6af7

Browse files
fix missing windows cuda 12.8
1 parent 1c27844 commit e0a6af7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/install_windows_cuda.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $CUDA_KNOWN_URLS = @{
2020
"12.4" = "https://developer.download.nvidia.com/compute/cuda/12.4.1/network_installers/cuda_12.4.1_windows_network.exe";
2121
"12.5" = "https://developer.download.nvidia.com/compute/cuda/12.5.1/network_installers/cuda_12.5.1_windows_network.exe";
2222
"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";
2324
}
2425

2526
# cuda_runtime.h is in nvcc <= 10.2, but cudart >= 11.0

0 commit comments

Comments
 (0)