From fb1fdef8e2eb064a75f32ff9d3de3e0af85321db Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Wed, 23 Apr 2025 14:17:31 -0400 Subject: [PATCH] Fix broken link to RCCL Replayer GitHub info (#1655) [ROCm/rccl commit: df778b4ea12acb608d061a36739ca721980143b6] --- projects/rccl/docs/how-to/troubleshooting-rccl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/docs/how-to/troubleshooting-rccl.rst b/projects/rccl/docs/how-to/troubleshooting-rccl.rst index 31a99ea9f5..09b17dd15e 100644 --- a/projects/rccl/docs/how-to/troubleshooting-rccl.rst +++ b/projects/rccl/docs/how-to/troubleshooting-rccl.rst @@ -133,7 +133,7 @@ Using the RCCL Replayer The RCCL Replayer is a debugging tool designed to analyze and replay the collective logs obtained from RCCL runs. It can be helpful when trying to reproduce problems, because it uses dummy data and doesn't have any dependencies on non-RCCL calls. For more information, -see `RCCL Replayer GitHub documentation `_. +see `RCCL Replayer GitHub documentation `_. You must build the RCCL Replayer before you can use it. To build it, run these commands. Ensure ``MPI_DIR`` is set to the path where MPI is installed.