mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[Distributed] update table in docs (#165009)
Fixes #162248 Pull Request resolved: https://github.com/pytorch/pytorch/pull/165009 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
c4565c3b94
commit
8c60f4ae08
@ -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 | ✓ | ✘ | ✓ | ? | ✘ | ✓ | ✘ | ✓ |
|
||||
+----------------+-----+-----+-----+-----+-----+-----+-----+-----+
|
||||
|
Reference in New Issue
Block a user