Last active
May 27, 2024 12:45
-
-
Save bartvdbraak/47d3254b6779ae526bb903d27e4269c1 to your computer and use it in GitHub Desktop.
Windows commands for installing HIP 5.7 on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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