Files
ROCm/docs/install/includes/4_linux-tar-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.6 KiB

  1. Configure ROCm PATH. Make sure you're in the therock-tarball directory before proceeding.

    export ROCM_PATH=$PWD
    export PATH=$PATH:$ROCM_PATH/install/bin
    
  2. Configure LD_LIBRARY_PATH.

    export LD_LIBRARY_PATH=$ROCM_PATH/install/lib
    
  3. Verify the ROCm installation.

    rocminfo
    amd-smi
    
    
    .. dropdown:: Example output of ``rocminfo``
    
       .. code-block:: shell-session
    
          ROCk module is loaded
          =====================    
          HSA System Attributes    
          =====================    
          Runtime Version:         1.18
          Runtime Ext Version:     1.14
          System Timestamp Freq.:  1000.000000MHz
          Sig. Max Wait Duration:  18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count)
          Machine Model:           LARGE                              
          System Endianness:       LITTLE                             
          Mwaitx:                  DISABLED
          XNACK enabled:           NO
          DMAbuf Support:          YES
          VMM Support:             YES
    
          ==========               
          HSA Agents               
          ==========               
          *******                  
          Agent 1                  
          *******                  
            Name:                    AMD RYZEN AI MAX+ PRO 395 w/ Radeon 8060S
            Uuid:                    CPU-XX                             
            Marketing Name:          AMD RYZEN AI MAX+ PRO 395 w/ Radeon 8060S
            Vendor Name:             CPU
    
          [output truncated]