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:
530530 runs-on : windows-2022
531531
532532 env :
533- # The ROCm version must correspond to the version used in the HIP SDK.
534- ROCM_VERSION : " 6.4.2"
535533 HIPSDK_INSTALLER_VERSION : " 25.Q3"
536534
537535 strategy :
538536 matrix :
539537 include :
540538 - 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"
542540
543541 steps :
544542 - name : Clone
@@ -548,7 +546,7 @@ jobs:
548546 - name : Clone rocWMMA repository
549547 id : clone_rocwmma
550548 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
552550
553551 - name : Cache ROCm Installation
554552 id : cache-rocm
You can’t perform that action at this time.
0 commit comments