We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c837981 commit 4dc4f5fCopy full SHA for 4dc4f5f
.github/workflows/build.yml
@@ -976,7 +976,7 @@ jobs:
976
run: |
977
$ErrorActionPreference = "Stop"
978
write-host "Downloading AMD HIP SDK Installer"
979
- Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q4-WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
+ Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3-WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
980
write-host "Installing AMD HIP SDK"
981
Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait
982
write-host "Completed AMD HIP SDK installation"
0 commit comments