Skip to content

Commit 63e7e80

Browse files
committed
releases : switch to rocWMMA develop branch, add gfx1151
1 parent a0e13dc commit 63e7e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ jobs:
538538
matrix:
539539
include:
540540
- name: "radeon"
541-
gpu_targets: "gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
541+
gpu_targets: "gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
542542

543543
steps:
544544
- name: Clone
@@ -548,7 +548,7 @@ jobs:
548548
- name: Clone rocWMMA repository
549549
id: clone_rocwmma
550550
run: |
551-
git clone https://github.com/rocm/rocwmma --branch rocm-${{ env.ROCM_VERSION }} --depth 1
551+
git clone https://github.com/rocm/rocwmma --branch develop --depth 1
552552
553553
- name: Cache ROCm Installation
554554
id: cache-rocm

0 commit comments

Comments
 (0)