Skip to content

Commit c30132f

Browse files
author
Marcus Schaber
committed
Update HIP SDK (rocm)
1 parent 85c22b8 commit c30132f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build-rocm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$rocMDir = "C:/Program Files/AMD/ROCm/5.7"
1+
$rocMDir = "C:/Program Files/AMD/ROCm/6.1"
22

33
$env:PATH += ";$rocMDir/bin"
44
$env:PATH += ";C:/Strawberry/perl/bin"

docker/win.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ADD https://aka.ms/vs/17/release/vs_buildtools.exe vs_buildtools.exe
1414
RUN ./vs_buildtools.exe --quiet --wait --norestart --nocache --add 'Microsoft.VisualStudio.Workload.VCTools;includeRecommended'; \
1515
Remove-Item vs_buildtools.exe -Force
1616

17-
COPY AMD-Software-PRO-Edition-23.Q4-WinSvr2022-For-HIP.exe ./hip_installer.exe
17+
COPY AMD-Software-PRO-Edition-24.Q3-WinSvr2022-For-HIP.exe ./hip_installer.exe
1818
RUN Start-Process hip_installer.exe -NoNewWindow -Wait -ArgumentList '"-install -log hip_install_log.txt"'; \
1919
Remove-Item hip_installer.exe
2020

0 commit comments

Comments
 (0)