File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ jobs:
132132 runs-on : windows-2022
133133
134134 env :
135- HIPSDK_INSTALLER_VERSION : " 25.Q3 "
136- ROCM_VERSION : " 6.4.2 "
137- GPU_TARGETS : " gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
135+ HIPSDK_INSTALLER_VERSION : " 26.Q1 "
136+ ROCM_VERSION : " 7.1.1 "
137+ GPU_TARGETS : " gfx1150; gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032"
138138
139139 steps :
140140 - uses : actions/checkout@v3
@@ -159,7 +159,7 @@ jobs:
159159 run : |
160160 $ErrorActionPreference = "Stop"
161161 write-host "Downloading AMD HIP SDK Installer"
162- Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-${{ env.HIPSDK_INSTALLER_VERSION }}-WinSvr2022 -For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
162+ Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-${{ env.HIPSDK_INSTALLER_VERSION }}-Win11 -For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
163163 write-host "Installing AMD HIP SDK"
164164 $proc = Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -PassThru
165165 $completed = $proc.WaitForExit(600000)
You can’t perform that action at this time.
0 commit comments