File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717# Ideally choose from the list of meta-packages to minimise variance between cuda versions (although it does change too)
1818CUDA_PACKAGES_IN=(
1919 " command-line-tools"
20+ " compiler"
2021 " libraries-dev"
2122)
2223
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 strategy :
1616 matrix :
1717 include :
18- # Windows Server 2025 + Visual Studio 2026 + CUDA 12.6
19- - name : " Windows Server 2025 + Visual Studio 2026 + CUDA 12.6 (Release)"
18+ # Windows Server 2025 + Visual Studio 2026 + CUDA 12.6.3
19+ - name : " Windows Server 2025 + Visual Studio 2026 + CUDA 12.6.3 (Release)"
2020 os : windows-2025-vs2026
21- cuda : " 12.6"
21+ cuda : " 12.6.3 "
2222 visual_studio : " Visual Studio 18 2026"
2323 solution : CubbyFlow.slnx
2424 # Windows Server 2022 + Visual Studio 2022 + CUDA 11.3.1
You can’t perform that action at this time.
0 commit comments