Skip to content

Commit 76f45fe

Browse files
CI: Enable tests on Linux x86-64 with CUDA 13 (#1808)
1 parent cf68bf5 commit 76f45fe

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
build-cuda:
5555
strategy:
5656
matrix:
57-
# TODO: Add 13.0.1 when we have runners with new enough drivers.
58-
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"]
57+
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "13.0.1"]
5958
os: [ubuntu-22.04, ubuntu-22.04-arm]
6059
include:
6160
- os: ubuntu-22.04
@@ -349,26 +348,20 @@ jobs:
349348
os: [ubuntu-22.04, windows-2025]
350349
arch: [x86_64]
351350
gpu: [T4, L40S]
352-
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"] #, "13.0.1"]
351+
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "13.0.1"]
353352
include:
354353
- cuda_version: "11.8.0"
355354
torch_version: "2.3.1"
356355
pypi_index: "https://download.pytorch.org/whl/cu118"
357356
- cuda_version: "12.6.3"
358-
torch_version: "2.6.0"
357+
torch_version: "2.7.1"
359358
pypi_index: "https://download.pytorch.org/whl/cu126"
360-
- cuda_version: "12.9.1"
361-
torch_version: "2.8.0"
362-
pypi_index: "https://download.pytorch.org/whl/cu129"
363359
- cuda_version: "12.8.1"
364-
torch_version: "2.9.0"
365-
pypi_index: "https://download.pytorch.org/whl/test/cu128"
366-
367-
# Note: Currently our runners do not have new enough drivers for CUDA 13.
368-
# Add this when supported.
369-
# - cuda_version: "13.0.1"
370-
# torch_version: "2.9.0"
371-
# pypi_index: "https://download.pytorch.org/whl/test/cu130"
360+
torch_version: "2.8.0"
361+
pypi_index: "https://download.pytorch.org/whl/cu128"
362+
- cuda_version: "13.0.1"
363+
torch_version: "2.9.1"
364+
pypi_index: "https://download.pytorch.org/whl/cu130"
372365

373366

374367
# Linux L40S runners

0 commit comments

Comments
 (0)