diff --git a/projects/rccl/docs/how-to/troubleshooting-rccl.rst b/projects/rccl/docs/how-to/troubleshooting-rccl.rst index 09b17dd15e..37865369cc 100644 --- a/projects/rccl/docs/how-to/troubleshooting-rccl.rst +++ b/projects/rccl/docs/how-to/troubleshooting-rccl.rst @@ -38,13 +38,15 @@ Collect this information about the ROCm version, GPU/accelerator, platform, and rocminfo -* Run these ``rocm-smi`` commands to display the system topology. +* Run these ``amd-smi`` commands to display the system topology. .. code:: shell - rocm-smi - rocm-smi --showtopo - rocm-smi --showdriverversion + amd-smi + amd-smi topology + amd-smi static --driver + amd-smi firmware + amd-smi xgmi * Determine the values of the ``PATH`` and ``LD_LIBRARY_PATH`` environment variables.