We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e13dc commit 63e7e80Copy full SHA for 63e7e80
.github/workflows/release.yml
@@ -538,7 +538,7 @@ jobs:
538
matrix:
539
include:
540
- name: "radeon"
541
- gpu_targets: "gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
+ gpu_targets: "gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
542
543
steps:
544
- name: Clone
@@ -548,7 +548,7 @@ jobs:
548
- name: Clone rocWMMA repository
549
id: clone_rocwmma
550
run: |
551
- 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
552
553
- name: Cache ROCm Installation
554
id: cache-rocm
0 commit comments