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 <Nilesh.Negi@amd.com>

---------

Co-authored-by: Nilesh M Negi <Nilesh.Negi@amd.com>

[ROCm/rccl commit: f942810959]
This commit is contained in:
Corey Derochie
2025-12-23 08:52:11 -07:00
کامیت شده توسط GitHub
والد bb599d8ed7
کامیت f221a1ae08
@@ -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.