From: Diego Devesa Date: Mon, 15 Sep 2025 21:38:42 +0000 (-0700) Subject: releases : switch to rocWMMA develop branch, add gfx1151 (#15992) X-Git-Tag: upstream/0.0.6527~47 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=10d197409bd9537ff302ad09966fe406882fef9d;p=pkg%2Fggml%2Fsources%2Fllama.cpp releases : switch to rocWMMA develop branch, add gfx1151 (#15992) * releases : switch to rocWMMA develop branch, add gfx1151 * remove unused variable ROCM_VERSION --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e959209a..f461456e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -530,15 +530,13 @@ 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: 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 +546,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