Skip to content

Commit

Permalink
Update distributed.rst to show that CUDA send/recv on GPU is supported
Browse files Browse the repository at this point in the history
#Closes: #65525

Differential Revision: [D31163535](https://our.internmc.facebook.com/intern/diff/D31163535/)

[ghstack-poisoned]
  • Loading branch information
SciPioneer committed Sep 24, 2021
1 parent d07b2cb commit 51888c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ MPI supports CUDA only if the implementation used to build PyTorch supports it.
+----------------+-----+-----+-----+-----+-----+-----+
| Device | CPU | GPU | CPU | GPU | CPU | GPU |
+================+=====+=====+=====+=====+=====+=====+
| send |||| ? || |
| send |||| ? || |
+----------------+-----+-----+-----+-----+-----+-----+
| recv |||| ? || |
| recv |||| ? || |
+----------------+-----+-----+-----+-----+-----+-----+
| broadcast |||| ? |||
+----------------+-----+-----+-----+-----+-----+-----+
Expand Down

0 comments on commit 51888c4

Please sign in to comment.