File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 run : |
169169 $ErrorActionPreference = "Stop"
170170 write-host "Downloading AMD HIP SDK Installer"
171- Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q4 -WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
171+ Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-25.Q3 -WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
172172 write-host "Installing AMD HIP SDK"
173173 Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait
174174 write-host "Completed AMD HIP SDK installation"
@@ -356,7 +356,7 @@ jobs:
356356
357357 linux-hip :
358358 runs-on : ubuntu-22.04
359- container : rocm/dev-ubuntu-22.04:6.0.2
359+ container : rocm/dev-ubuntu-22.04:6.4.3
360360
361361 steps :
362362 - name : Dependencies
You can’t perform that action at this time.
0 commit comments