File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -530,15 +530,13 @@ jobs:
530
530
runs-on : windows-2022
531
531
532
532
env :
533
- # The ROCm version must correspond to the version used in the HIP SDK.
534
- ROCM_VERSION : " 6.4.2"
535
533
HIPSDK_INSTALLER_VERSION : " 25.Q3"
536
534
537
535
strategy :
538
536
matrix :
539
537
include :
540
538
- name : " radeon"
541
- gpu_targets : " gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
539
+ gpu_targets : " gfx1151; gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
542
540
543
541
steps :
544
542
- name : Clone
@@ -548,7 +546,7 @@ jobs:
548
546
- name : Clone rocWMMA repository
549
547
id : clone_rocwmma
550
548
run : |
551
- git clone https://github.com/rocm/rocwmma --branch rocm-${{ env.ROCM_VERSION }} --depth 1
549
+ git clone https://github.com/rocm/rocwmma --branch develop --depth 1
552
550
553
551
- name : Cache ROCm Installation
554
552
id : cache-rocm
You can’t perform that action at this time.
0 commit comments