File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 strategy :
1515 matrix :
1616 include :
17- # Ubuntu 24.04 + gcc-12 + CUDA 12.6
18- - name : " Ubuntu 24.04 + gcc-12 + CUDA 12.6 (Disable Test)"
17+ # Ubuntu 24.04 + gcc-12 + CUDA 12.6.3
18+ - name : " Ubuntu 24.04 + gcc-12 + CUDA 12.6.3 (Disable Test)"
1919 os : ubuntu-24.04
20- cuda : " 12.6"
20+ cuda : " 12.6.3 "
2121 compiler : gcc
2222 version : " 12"
2323
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 strategy :
1616 matrix :
1717 include :
18- # Windows Server 2025 + Visual Studio 2026 + CUDA 12.6.3
19- - name : " Windows Server 2025 + Visual Studio 2026 + CUDA 12.6.3 (Release)"
18+ # Windows Server 2025 + Visual Studio 2026 + CUDA 13.2.0
19+ - name : " Windows Server 2025 + Visual Studio 2026 + CUDA 13.2.0 (Release)"
2020 os : windows-2025-vs2026
21- cuda : " 12.6.3 "
21+ cuda : " 13.2.0 "
2222 visual_studio : " Visual Studio 18 2026"
2323 solution : CubbyFlow.slnx
24- # Windows Server 2022 + Visual Studio 2022 + CUDA 11.3.1
25- - name : " Windows Server 2022 + Visual Studio 2022 + CUDA 11.3.1 (Release)"
24+ # Windows Server 2022 + Visual Studio 2022 + CUDA 12.6.3
25+ - name : " Windows Server 2022 + Visual Studio 2022 + CUDA 12.6.3 (Release)"
2626 os : windows-2022
27- cuda : " 11.3.1 "
27+ cuda : " 12.6.3 "
2828 visual_studio : " Visual Studio 17 2022"
2929 solution : CubbyFlow.sln
3030
You can’t perform that action at this time.
0 commit comments