From f221a1ae0843597bef0ac19f2213fde4f247da0b Mon Sep 17 00:00:00 2001 From: Corey Derochie <161367113+corey-derochie-amd@users.noreply.github.com> Date: Tue, 23 Dec 2025 08:52:11 -0700 Subject: [PATCH] Updated troubleshooting-rccl.rst to change rocm-smi to amd-smi (#2028) * Updated troubleshooting-rccl.rst to change rocm-smi to amd-smi * Added `amd-smi static --driver` * Update docs/how-to/troubleshooting-rccl.rst Co-authored-by: Nilesh M Negi --------- Co-authored-by: Nilesh M Negi [ROCm/rccl commit: f9428109593093f452143be474af7b152dc05a5b] --- projects/rccl/docs/how-to/troubleshooting-rccl.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.