File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- $rocMDir = " C:/Program Files/AMD/ROCm/5.7 "
1
+ $rocMDir = " C:/Program Files/AMD/ROCm/6.1 "
2
2
3
3
$env: PATH += " ;$rocMDir /bin"
4
4
$env: PATH += " ;C:/Strawberry/perl/bin"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ADD https://aka.ms/vs/17/release/vs_buildtools.exe vs_buildtools.exe
14
14
RUN ./vs_buildtools.exe --quiet --wait --norestart --nocache --add 'Microsoft.VisualStudio.Workload.VCTools;includeRecommended' ; \
15
15
Remove-Item vs_buildtools.exe -Force
16
16
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
18
18
RUN Start-Process hip_installer.exe -NoNewWindow -Wait -ArgumentList '"-install -log hip_install_log.txt"' ; \
19
19
Remove-Item hip_installer.exe
20
20
You can’t perform that action at this time.
0 commit comments