From 9c962f0589c95fdb42ab6835d97e2f296fc9fafb Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sat, 16 May 2026 17:34:49 -0500 Subject: [PATCH] Update ROCm builds for Windows and Linux to use ROCm 7.13 --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4f0365dc..cc2f94518 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -448,7 +448,7 @@ jobs: runs-on: windows-2022 env: - ROCM_VERSION: "7.12.0" + ROCM_VERSION: "7.13.0" GPU_TARGETS: "gfx906;gfx908;gfx90a;gfx942;gfx950;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201" steps: @@ -516,9 +516,6 @@ jobs: - name: Pack artifacts if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} run: | - cp "${env:HIP_PATH}\bin\hipblas.dll" "build\bin\" - cp "${env:HIP_PATH}\bin\libhipblaslt.dll" "build\bin\" - cp "${env:HIP_PATH}\bin\rocblas.dll" "build\bin\" 7z a sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-rocm-${{ env.ROCM_VERSION }}-x64.zip .\build\bin\* - name: Upload artifacts @@ -650,7 +647,7 @@ jobs: - ROCM_VERSION: "7.2.1" gpu_targets: "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1151;gfx1150;gfx1200;gfx1201" build: 'x64' - - ROCM_VERSION: "7.12.0" + - ROCM_VERSION: "7.13.0" gpu_targets: "gfx906;gfx908;gfx90a;gfx942;gfx950;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201" build: x64