mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
releases : switch to rocWMMA develop branch, add gfx1151 (#15992)
* releases : switch to rocWMMA develop branch, add gfx1151 * remove unused variable ROCM_VERSION
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -530,15 +530,13 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# The ROCm version must correspond to the version used in the HIP SDK.
|
|
||||||
ROCM_VERSION: "6.4.2"
|
|
||||||
HIPSDK_INSTALLER_VERSION: "25.Q3"
|
HIPSDK_INSTALLER_VERSION: "25.Q3"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "radeon"
|
- name: "radeon"
|
||||||
gpu_targets: "gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
|
gpu_targets: "gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
@@ -548,7 +546,7 @@ jobs:
|
|||||||
- name: Clone rocWMMA repository
|
- name: Clone rocWMMA repository
|
||||||
id: clone_rocwmma
|
id: clone_rocwmma
|
||||||
run: |
|
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
|
- name: Cache ROCm Installation
|
||||||
id: cache-rocm
|
id: cache-rocm
|
||||||
|
|||||||
Reference in New Issue
Block a user