From 9d8f953085466db405b403d618a2fc80337f4f41 Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Tue, 26 Aug 2025 10:18:32 -0400 Subject: [PATCH] Docs: Fix formatting for Docker guide (#1882) * Docs: Fix formatting for Docker guide * Incorporate feedback [ROCm/rccl commit: 64f8e01b764ade2e0aaca4cd1ae34c7a24a6f129] --- projects/rccl/docs/install/docker-install.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/rccl/docs/install/docker-install.rst b/projects/rccl/docs/install/docker-install.rst index 32e65c97ee..96136b24f6 100644 --- a/projects/rccl/docs/install/docker-install.rst +++ b/projects/rccl/docs/install/docker-install.rst @@ -36,14 +36,15 @@ To build the Docker image and run the container, follow these steps. docker run --rm --device=/dev/kfd --device=/dev/dri --group-add video --ipc=host --network=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it rccl-tests /bin/bash -To run, for example, the ``all_reduce_perf`` test from rccl-tests on 8 AMD GPUs from inside the Docker container, use this command: +To run, for example, the ``all_reduce_perf`` test from rccl-tests on 8 AMD GPUs from inside the Docker container, use this command +for ROCm 6.4.1 or earlier: -If using ROCm 6.3.x or earlier .. code-block:: shell mpirun --allow-run-as-root -np 8 --mca pml ucx --mca btl ^openib -x NCCL_DEBUG=VERSION -x HSA_NO_SCRATCH_RECLAIM=1 /workspace/rccl-tests/build/all_reduce_perf -b 1 -e 16G -f 2 -g 1 -If using ROCm 6.4.0 or later +For ROCm 6.4.2 or later, use this command: + .. code-block:: shell mpirun --allow-run-as-root -np 8 --mca pml ucx --mca btl ^openib -x NCCL_DEBUG=VERSION /workspace/rccl-tests/build/all_reduce_perf -b 1 -e 16G -f 2 -g 1