Skip to content

Commit 9f6dba2

Browse files
committed
ci: Add some URLs of CUDA and Visual Studio minimum versions
1 parent f4859d6 commit 9f6dba2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/scripts/actions/install_cuda_windows.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ $CUDA_KNOWN_URLS = @{
1616
"10.2.89" = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/network_installers/cuda_10.2.89_win10_network.exe";
1717
"11.0.167" = "http://developer.download.nvidia.com/compute/cuda/11.0.1/network_installers/cuda_11.0.1_win10_network.exe"
1818
"11.3.1" = "http://developer.download.nvidia.com/compute/cuda/11.3.1/network_installers/cuda_11.3.1_win10_network.exe"
19+
"12.6.3" = "https://developer.download.nvidia.com/compute/cuda/12.6.3/network_installers/cuda_12.6.3_windows_network.exe"
20+
"13.2.0" = "https://developer.download.nvidia.com/compute/cuda/13.2.0/network_installers/cuda_13.2.0_windows_network.exe"
1921
}
2022

2123
# @todo - change this to be based on _MSC_VER intead, or invert it to be CUDA keyed instead?
2224
$VISUAL_STUDIO_MIN_CUDA = @{
25+
"2026" = "13.2";
26+
"2022" = "11.6";
2327
"2019" = "10.1";
2428
"2017" = "10.0"; # Depends on which version of 2017! 9.0 to 10.0 depending on version
2529
"2015" = "8.0"; # might support older, unsure.

0 commit comments

Comments
 (0)