File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ jobs:
448448 runs-on : windows-2022
449449
450450 env :
451- ROCM_VERSION : " 7.12 .0"
451+ ROCM_VERSION : " 7.13 .0"
452452 GPU_TARGETS : " gfx906;gfx908;gfx90a;gfx942;gfx950;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201"
453453
454454 steps :
@@ -516,9 +516,6 @@ jobs:
516516 - name : Pack artifacts
517517 if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
518518 run : |
519- cp "${env:HIP_PATH}\bin\hipblas.dll" "build\bin\"
520- cp "${env:HIP_PATH}\bin\libhipblaslt.dll" "build\bin\"
521- cp "${env:HIP_PATH}\bin\rocblas.dll" "build\bin\"
522519 7z a sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-rocm-${{ env.ROCM_VERSION }}-x64.zip .\build\bin\*
523520
524521 - name : Upload artifacts
@@ -650,7 +647,7 @@ jobs:
650647 - ROCM_VERSION : " 7.2.1"
651648 gpu_targets : " gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1151;gfx1150;gfx1200;gfx1201"
652649 build : ' x64'
653- - ROCM_VERSION : " 7.12 .0"
650+ - ROCM_VERSION : " 7.13 .0"
654651 gpu_targets : " gfx906;gfx908;gfx90a;gfx942;gfx950;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201"
655652 build : x64
656653
You can’t perform that action at this time.
0 commit comments