Skip to content

Commit

Permalink
修改:同步通信组,在指定的通信组中同步特定的 tensor 对象
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-ZengWei committed Apr 16, 2024
1 parent a0fbc47 commit 97842e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/paddle/distributed/Overview_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Fleet 分布式高层 API
" :ref:`send <cn_api_paddle_distributed_send>` ", "发送一个 tensor 到指定进程"
" :ref:`recv <cn_api_paddle_distributed_recv>` ", "接收一个来自指定进程的 tensor"
" :ref:`barrier <cn_api_paddle_distributed_barrier>` ", "同步路障,阻塞操作以实现组内进程同步"
" :ref:`wait <cn_api_paddle_distributed_wait>` ", "同步通信组"
" :ref:`wait <cn_api_paddle_distributed_wait>` ", "同步通信组,在指定的通信组中同步特定的 tensor 对象"

.. _05:

Expand Down

1 comment on commit 97842e0

@Wang-ZengWei
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

Please sign in to comment.