Skip to content

Commit cdf6d07

Browse files
committed
CI: Add CUDA 13 to 'regular' ci workflows
1 parent 4e364d6 commit cdf6d07

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.github/workflows/Manylinux_2_28.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
# optional exclude: can be partial, include: must be specific
3434
matrix:
3535
cudacxx:
36+
# CUDA 13
37+
- cuda: "13.0"
38+
cuda_arch: "75"
39+
hostcxx: gcc-toolset-13
40+
os: ubuntu-24.04
3641
# Oldest CUDA 12.x and 11.x we support, which are used for wheel production
3742
- cuda: "12.0"
3843
cuda_arch: "50"

.github/workflows/Ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
# optional exclude: can be partial, include: must be specific
3030
matrix:
3131
cudacxx:
32+
# CUDA 13
33+
- cuda: "13.0"
34+
cuda_arch: "75"
35+
hostcxx: gcc-13
36+
os: ubuntu-24.04
3237
# Oldest and newest CUDA 12.x
3338
- cuda: "12.9"
3439
cuda_arch: "120"

.github/workflows/Windows-Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
matrix:
2424
# CUDA_ARCH values are reduced compared to wheels due to CI memory issues while compiling the test suite.
2525
cudacxx:
26+
# CUDA 13
27+
- cuda: "13.0.0"
28+
cuda_arch: "75"
29+
hostcxx: "Visual Studio 17 2022"
30+
os: windows-2025
2631
# Newest and oldest CUDA 12.x we support. 12.4 is the oldest officially supported by MSVC >= 1940, but we have a workaround in place
2732
- cuda: "12.9.1"
2833
cuda_arch: "50"

.github/workflows/Windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
# optional exclude: can be partial, include: must be specific
3030
matrix:
3131
cudacxx:
32+
# CUDA 13
33+
- cuda: "13.0.0"
34+
cuda_arch: "75"
35+
hostcxx: "Visual Studio 17 2022"
36+
os: windows-2025
3237
# Newest and oldest CUDA 12.x we support. 12.4 is the oldest officially supported by MSVC >= 1940, but we have a workaround in place
3338
- cuda: "12.9.1"
3439
cuda_arch: "50"

0 commit comments

Comments
 (0)