Skip to content

Commit 4ca8f76

Browse files
authored
Update backends.yml
1 parent 7b48dc5 commit 4ca8f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)