-
Notifications
You must be signed in to change notification settings - Fork 836
[Docathon][Add Overview Doc No.14] add doc of docathon 14 #6599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6599.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
@@ -100,6 +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>` ", "同步通信组" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
”同步通信组,在指定的通信组中同步特定的 tensor 对象“ 是否会更好一些呢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
paddle.distributed.ParallelEnv
paddle.distributed.split
paddle.distributed.wait
paddle.distributed.fleet.utils.recompute
中文文档链接:#6427
@sunzhongkai588 @Turingg