From 63e7e8007c80db0cf14494a365ffd3805171b18e Mon Sep 17 00:00:00 2001 From: slaren Date: Sun, 14 Sep 2025 16:31:15 +0200 Subject: [PATCH 1/2] releases : switch to rocWMMA develop branch, add gfx1151 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e959209ab268d..b9ec88147933b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -538,7 +538,7 @@ jobs: matrix: include: - name: "radeon" - gpu_targets: "gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032" + gpu_targets: "gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032" steps: - name: Clone @@ -548,7 +548,7 @@ jobs: - name: Clone rocWMMA repository id: clone_rocwmma run: | - git clone https://github.com/rocm/rocwmma --branch rocm-${{ env.ROCM_VERSION }} --depth 1 + git clone https://github.com/rocm/rocwmma --branch develop --depth 1 - name: Cache ROCm Installation id: cache-rocm From 75e752392b9b20facb3b5fb7542a6c3619ba48b4 Mon Sep 17 00:00:00 2001 From: slaren Date: Sun, 14 Sep 2025 22:25:14 +0200 Subject: [PATCH 2/2] remove unused variable ROCM_VERSION --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9ec88147933b..f461456edf008 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -530,8 +530,6 @@ jobs: runs-on: windows-2022 env: - # The ROCm version must correspond to the version used in the HIP SDK. - ROCM_VERSION: "6.4.2" HIPSDK_INSTALLER_VERSION: "25.Q3" strategy: