Skip to content

Commit fbed038

Browse files
committed
DO NOT MERGE: CI: Use windows-2025 with CUDA >= 13.2 for VS2026
1 parent 7db89b0 commit fbed038

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/Draft-Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ jobs:
196196
# Newest and oldest CUDA 13.x we support
197197
- cuda: "13.2.0"
198198
cuda_arch: "75"
199-
hostcxx: "Visual Studio 17 2022"
200-
os: windows-2022
199+
hostcxx: "Visual Studio 18 2026"
200+
os: windows-2025-vs2026
201201
- cuda: "13.0.0"
202202
cuda_arch: "75"
203203
hostcxx: "Visual Studio 17 2022"

.github/workflows/Windows-Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
# CUDA 13
2727
- cuda: "13.2.0"
2828
cuda_arch: "75"
29-
hostcxx: "Visual Studio 17 2022"
30-
os: windows-2022
29+
hostcxx: "Visual Studio 18 2026"
30+
os: windows-2025-vs2026
3131
- cuda: "13.0.0"
3232
cuda_arch: "75"
3333
hostcxx: "Visual Studio 17 2022"

.github/workflows/Windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
# CUDA 13
3434
- cuda: "13.2.0"
3535
cuda_arch: "75"
36-
hostcxx: "Visual Studio 17 2022"
37-
os: windows-2022
36+
hostcxx: "Visual Studio 18 2026"
37+
os: windows-2025-vs2026
3838
- cuda: "13.0.0"
3939
cuda_arch: "75"
4040
hostcxx: "Visual Studio 17 2022"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ Building FLAME GPU has the following requirements. There are also optional depen
6363
+ For native Windows builds, CUDA `12.0-12.3` may work for some but not all parts of FLAME GPU due to c++20 compilation issues and MSVC support.
6464
+ A [Compute Capability](https://developer.nvidia.com/cuda-gpus) `>= 5.0` (CUDA 12.x) or `>= 7.5` (CUDA 13.x) NVIDIA GPU is required for execution.
6565
+ C++20 capable C++ compiler (host), compatible with the installed CUDA version
66-
+ [Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) (Windows)
66+
+ [Microsoft Visual Studio 2022/2026](https://visualstudio.microsoft.com/) (Windows)
6767
+ *Note:* Visual Studio must be installed before the CUDA toolkit is installed. See the [CUDA installation guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) for more information.
6868
+ *Note:* Windows 11 SDK (10.0.22000.0) component is required within the Visual Studio (in latest versions this is default for C++ Desktop Development workloads even even on Windows 10). Windows 10 *must* be updated to build 19045 (22H2) or later to support this at runtime.
69+
+ *Note:* Visual Studio 2026 requires CUDA >= 13.2
6970
+ [make](https://www.gnu.org/software/make/) and [GCC](https://gcc.gnu.org/) `>= 10` (Linux)
7071
+ [git](https://git-scm.com/)
7172

0 commit comments

Comments
 (0)