Skip to content

Commit 8c60f4a

Browse files
stmcgovernpytorchmergebot
authored andcommitted
[Distributed] update table in docs (pytorch#165009)
Fixes pytorch#162248 Pull Request resolved: pytorch#165009 Approved by: https://github.com/ezyang
1 parent c4565c3 commit 8c60f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/distributed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ MPI supports CUDA only if the implementation used to build PyTorch supports it.
5151
+----------------+-----+-----+-----+-----+-----+-----+-----+-----+
5252
| reduce_scatter | ✓ | ✓ | ✘ | ✘ | ✘ | ✓ | ✘ | ✓ |
5353
+----------------+-----+-----+-----+-----+-----+-----+-----+-----+
54-
| all_to_all | | | ✓ | ? | ✘ | ✓ | ✘ | ✓ |
54+
| all_to_all | | | ✓ | ? | ✘ | ✓ | ✘ | ✓ |
5555
+----------------+-----+-----+-----+-----+-----+-----+-----+-----+
5656
| barrier | ✓ | ✘ | ✓ | ? | ✘ | ✓ | ✘ | ✓ |
5757
+----------------+-----+-----+-----+-----+-----+-----+-----+-----+

0 commit comments

Comments
 (0)