Skip to content

Commit c49c0ae

Browse files
authored
Merge branch 'main' into export-D87519599
2 parents ce8415b + d8bc1e8 commit c49c0ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
cuda-version: ["12.6", "12.8", "13.0"]
27+
cuda-version: ["12.6", "12.8", "12.9", "13.0"]
2828

2929
name: test-executorch-cuda-build-${{ matrix.cuda-version }}
3030
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main

install_requirements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
SUPPORTED_CUDA_VERSIONS = (
2424
(12, 6),
2525
(12, 8),
26+
(12, 9),
2627
(13, 0),
2728
)
2829

0 commit comments

Comments
 (0)