From 5061074d09775c1fe5b5b6f7c3a92eed2ca9b268 Mon Sep 17 00:00:00 2001 From: Oren <47992694+OrenLeung@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:55:00 -0400 Subject: [PATCH] doc: add all2all factor [ROCm/rccl-tests commit: c6eb15875f508076f3f26de4f7da3899701bc4db] --- projects/rccl-tests/doc/PERFORMANCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl-tests/doc/PERFORMANCE.md b/projects/rccl-tests/doc/PERFORMANCE.md index 21fef609af..942f054968 100644 --- a/projects/rccl-tests/doc/PERFORMANCE.md +++ b/projects/rccl-tests/doc/PERFORMANCE.md @@ -140,5 +140,6 @@ To obtain a bus bandwidth which should be independent of the number of ranks _n_ * AllGather : (_n_-1)/_n_ * Broadcast : 1 * Reduce : 1 +* AlltoAll: (_n_-1)/_n_ The bus bandwidth should reflect the speed of the hardware bottleneck : NVLink, PCI, QPI, or network.