From 09a4187b8ed34355d4d25b31c41586290ef56e67 Mon Sep 17 00:00:00 2001 From: Shangdi Yu Date: Tue, 14 Oct 2025 13:58:17 +0000 Subject: [PATCH] Update windows cuda build to use 12.8 (#165345) As title Motivation: The rest of the pytorch and inductor build is using 12.8 and we're deprecating cuda 12.6 builds soon per https://github.com/pytorch/pytorch/issues/165111 Pull Request resolved: https://github.com/pytorch/pytorch/pull/165345 Approved by: https://github.com/atalman, https://github.com/malfet --- .github/workflows/trunk.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index cec2d8b7e89e..c8aab0aee10e 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -180,13 +180,13 @@ jobs: disable-monitor: false secrets: inherit - win-vs2022-cuda12_6-py3-build: - name: win-vs2022-cuda12.6-py3 + win-vs2022-cuda12_8-py3-build: + name: win-vs2022-cuda12.8-py3 uses: ./.github/workflows/_win-build.yml needs: get-label-type with: - build-environment: win-vs2022-cuda12.6-py3 - cuda-version: "12.6" + build-environment: win-vs2022-cuda12.8-py3 + cuda-version: "12.8" runner: "${{ needs.get-label-type.outputs.label-type }}windows.4xlarge.nonephemeral" secrets: inherit