mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Add release notes Add install instructions Add PyTorch + ComfyUI instructions Add custom selector directives Add JS and CSS for selector Add custom icon directive and utils Clean up conf.py
1.6 KiB
1.6 KiB
- Do not copy/replace the ROCm-SDK compiler and runtime DLLs to
`System32` as this can cause conflicts.
- Disable the following Windows security features as they
can interfere with ROCm functionality:
- Turn off WDAG (Windows Defender Application Guard)
- Control Panel > Programs > Programs and Features > Turn Windows features on or off > **Deselect** "Microsoft Defender Application Guard"
- Turn off SAC (Smart App Control)
- Settings > Privacy & security > Windows Security > App & browser control > Smart App Control settings > **Off**
-
Create the installation directory in
C:\TheRock\build.Subsequent commands assume you're working with the `C:\TheRock\build` directory. -
Download the tarball and extract the contents to
C:\TheRock\build. -
Set the following environment variables using the command prompt as an administrator:
setx HIP_DEVICE_LIB_PATH “C:\TheRock\build\lib\llvm\amdgcn\bitcode” /M setx HIP_PATH “C:\TheRock\build” /M setx HIP_PLATFORM “amd” /M setx LLVM_PATH “C:\TheRock\build\lib\llvm” /M -
Add the following paths into PATH environment variable using your system settings GUI.
-
C:\TheRock\build\bin -
C:\TheRock\build\lib\llvm\bin
-
-
Open a new command prompt window for the environment variables to take effect. Run
setto see the list of active variables.set