Skip to content

Commit

Permalink
Add object-based collective APIs to public docs
Browse files Browse the repository at this point in the history
Adds these new APIs to the documentation

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

ghstack-source-id: 117965961
Pull Request resolved: #48909
  • Loading branch information
rohan-varma committed Dec 6, 2020
1 parent e429d05 commit 505c2b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,16 +384,24 @@ Collective functions

.. autofunction:: broadcast

.. autofunction:: broadcast_object_list

.. autofunction:: all_reduce

.. autofunction:: reduce

.. autofunction:: all_gather

.. autofunction:: all_gather_object

.. autofunction:: gather

.. autofunction:: gather_object

.. autofunction:: scatter

.. autofunction:: scatter_object_list

.. autofunction:: reduce_scatter

.. autofunction:: all_to_all
Expand Down

0 comments on commit 505c2b9

Please sign in to comment.