WinX64_VM: Bump HIP to 6.3.42560

This commit is contained in:
Ray Molenkamp
2025-04-29 18:02:10 -06:00
parent 9a4ee099e6
commit 8fe645370d
2 changed files with 6 additions and 17 deletions

View File

@@ -11,8 +11,8 @@ set CMAKE_GENERATOR_INSTANCE=c:\vs2019bt\
set CMAKE_GENERATOR=Visual Studio 16 2019
set NODEBUG=
set TMPDIR=c:\t\
set ROCM_PATH=c:\tools\rocm\5.7
set HIP_PATH=c:\tools\rocm\5.7
set ROCM_PATH=c:\tools\hip
set HIP_PATH=c:\tools\hip
set PERL=c:\db\build\downloads\perl\perl\bin\perl.exe
set path=%path%;c:\db\build\downloads\perl\perl\bin\;
if not exist c:\db\ (

View File

@@ -105,21 +105,10 @@ echo *********************************************************************
mkdir c:\tools\cuda\12.8.0\
start /wait c:\install\cuda_12.8.0_571.96_windows.exe
echo Obtaining Hip SDK 5.7.1
curl https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q4-WinSvr2022-For-HIP.exe -o c:\install\AMD-Software-PRO-Edition-23.Q4-WinSvr2022-For-HIP.exe
echo Installing Hip SDK 5.7.1
REM this will exit anhow, so adding /wait doesn't do anything, so there's a manual pause later on
mkdir C:\tools\rocm
start c:\install\AMD-Software-PRO-Edition-23.Q4-WinSvr2022-For-HIP.exe
echo *********************************************************************
echo ** HIP is a bit of a pain to install due to it lacking features **
echo ** for unattended installs, the installer should have just started **
echo ** manually install it to C:\tools\rocm this HAS to be the place **
echo ** don't use anything else, This folder has been created **
echo ** so you should be able to just browse to it in the installer **
echo *********************************************************************
pause
echo Obtaining Hip SDK 6.3.42560-881c2d702
curl https://gpuopen.com/download/hiprt/HIP_SDK_6.3.42560-881c2d702_update.zip -o c:\install\HIP_SDK_6.3.42560-881c2d702_update.zip
echo Installing Hip SDK 6.3.42560-881c2d702
tar -zxvf c:\install\HIP_SDK_6.3.42560-881c2d702_update.zip -C c:\tools\
echo Cloning Blender repository
mkdir c:\blendergit