From 923e2da0dcc9cb77f9955ea3f60d61aeafcb4c68 Mon Sep 17 00:00:00 2001 From: Jacob Szwejbka Date: Thu, 13 Nov 2025 14:44:02 -0800 Subject: [PATCH 1/2] add 12.9 --- install_requirements.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install_requirements.py b/install_requirements.py index 4a8d9ed8870..df26badbef3 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -23,6 +23,7 @@ SUPPORTED_CUDA_VERSIONS = ( (12, 6), (12, 8), + (12, 9), (13, 0), ) From b1e2d50e8fbb6f1978a82616998aac808a19cbb3 Mon Sep 17 00:00:00 2001 From: Jacob Szwejbka Date: Thu, 20 Nov 2025 11:46:25 -0800 Subject: [PATCH 2/2] add test --- .github/workflows/cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 7cc937fe6ca..2b3ae874ac6 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - cuda-version: ["12.6", "12.8", "13.0"] + cuda-version: ["12.6", "12.8", "12.9", "13.0"] name: test-executorch-cuda-build-${{ matrix.cuda-version }} uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main