From 8c60f4ae085ad7c497ee0a0f7731d514f2c0ada8 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 14 Oct 2025 18:17:22 +0000 Subject: [PATCH] [Distributed] update table in docs (#165009) Fixes #162248 Pull Request resolved: https://github.com/pytorch/pytorch/pull/165009 Approved by: https://github.com/ezyang --- docs/source/distributed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/distributed.md b/docs/source/distributed.md index e083c3ffe57a..5da02bb8a194 100644 --- a/docs/source/distributed.md +++ b/docs/source/distributed.md @@ -51,7 +51,7 @@ MPI supports CUDA only if the implementation used to build PyTorch supports it. +----------------+-----+-----+-----+-----+-----+-----+-----+-----+ | reduce_scatter | ✓ | ✓ | ✘ | ✘ | ✘ | ✓ | ✘ | ✓ | +----------------+-----+-----+-----+-----+-----+-----+-----+-----+ -| all_to_all | ✓ | ✓ | ✓ | ? | ✘ | ✓ | ✘ | ✓ | +| all_to_all | ✘ | ✘ | ✓ | ? | ✘ | ✓ | ✘ | ✓ | +----------------+-----+-----+-----+-----+-----+-----+-----+-----+ | barrier | ✓ | ✘ | ✓ | ? | ✘ | ✓ | ✘ | ✓ | +----------------+-----+-----+-----+-----+-----+-----+-----+-----+