Skip to content

Commit 65c73c0

Browse files
committed
Update HIP target to use 26.Q1 (ROCm 7.1.1)
1 parent 42b669b commit 65c73c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)