Skip to content

Instantly share code, notes, and snippets.

@bartvdbraak
Last active May 27, 2024 12:45
Show Gist options
  • Save bartvdbraak/47d3254b6779ae526bb903d27e4269c1 to your computer and use it in GitHub Desktop.
Save bartvdbraak/47d3254b6779ae526bb903d27e4269c1 to your computer and use it in GitHub Desktop.
Windows commands for installing HIP 5.7 on Windows
Invoke-WebRequest `
-Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q4-Win10-Win11-For-HIP.exe" `
-OutFile "~\Downloads\Setup.exe"
Start-Process ~\Downloads\Setup.exe -ArgumentList '-install','-log',"${env:USERPROFILE}\installer_log.txt" -NoNewWindow -Wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment