File tree Expand file tree Collapse file tree
.github/workflows/scripts/actions Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments