Files
ROCm/docs/install/includes/3_windows-tar-install-rocm.md
Peter Park a32210fa7e Add ROCm 7.9.0 documentation
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
2025-10-20 12:17:50 -04:00

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**
  1. Create the installation directory in C:\TheRock\build.

    Subsequent commands assume you're working with the
    `C:\TheRock\build` directory.
    
  2. Download the tarball and extract the contents to C:\TheRock\build.

  3. 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
    
  4. Add the following paths into PATH environment variable using your system settings GUI.

    • C:\TheRock\build\bin

    • C:\TheRock\build\lib\llvm\bin

  5. Open a new command prompt window for the environment variables to take effect. Run set to see the list of active variables.

    set