Files
ROCm/docs/install/includes/4_windows-wheel-post-install.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.1 KiB

  1. Verify the ROCm installation.

    hipinfo
    
    
    .. dropdown:: Example output of ``hipinfo``
    
       .. code-block:: shell-session
    
          --------------------------------------------------------------------------------
          device#                           0
          Name:                             AMD Radeon(TM) 8060S Graphics
          pciBusID:                         197
          pciDeviceID:                      0
          pciDomainID:                      0
          multiProcessorCount:              20
    
          [output truncated]
    
  2. Inspect your ROCm installation in your Python environment.

    pip freeze
    where rocm-sdk
    dir .venv\Scripts
    
  3. Test your ROCm installation.

    rocm-sdk test
    

    To learn more about the rocm-sdk tool and to see example expected outputs, see Using ROCm Python packages (TheRock).

If you need to deactivate your Python virtual environment when finished,
run:

```shell
deactivate
```