-
Notifications
You must be signed in to change notification settings - Fork 53
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
【Hackathon 5th No.46】API转换84-102 #321
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhwesky2010
reviewed
Nov 1, 2023
zhwesky2010
reviewed
Nov 1, 2023
文档有些问题,历史已有的映射文档需要仔细检查。 以上测试,本地都能运行吗?是否需要更新运行截图 |
文档已更新,测试可以运行,使用compare是抛出异常,没有输出截图没有变化 |
zhwesky2010
approved these changes
Nov 6, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Docs
https://github.com/PaddlePaddle/community/blob/master/hackathon/hackathon_5th/%E3%80%90PaddlePaddle%20Hackathon%205th%E3%80%91%E5%BC%80%E6%BA%90%E8%B4%A1%E7%8C%AE%E4%B8%AA%E4%BA%BA%E6%8C%91%E6%88%98%E8%B5%9B%E6%A1%86%E6%9E%B6%E5%BC%80%E5%8F%91%E4%BB%BB%E5%8A%A1%E5%90%88%E9%9B%86.md#no46%E4%B8%BApaddle%E4%BB%A3%E7%A0%81%E8%BD%AC%E6%8D%A2%E5%B7%A5%E5%85%B7%E6%96%B0%E5%A2%9Eapi%E8%BD%AC%E6%8D%A2%E8%A7%84%E5%88%99
API转换名单 中第5组(编号为84 ~ 102)
文档PR PaddlePaddle/docs#6281
分布式测试使用2张GPU卡,增加单测在tests/distributed目录,使用 run_test.sh+文件名 测试
PR APIs
运行截图
84 torch.distributed.ReduceOp paddle.distributed.ReduceOp
85 torch.distributed.get_backend
86 torch.distributed.send paddle.distributed.send
87 torch.distributed.recv paddle.distributed.recv
88 torch.distributed.isend paddle.distributed.isend
89 torch.distributed.irecv paddle.distributed.irecv
90 torch.distributed.broadcast_object_list paddle.distributed.broadcast_object_list
91 torch.distributed.reduce paddle.distributed.reduce
95 torch.distributed.barrier paddle.distributed.barrier
96 torch.distributed.all_reduce paddle.distributed.all_reduce
97 torch.distributed.all_gather paddle.distributed.all_gather
98 torch.distributed.ReduceOp.SUM paddle.distributed.ReduceOp.SUM
99 torch.distributed.ReduceOp.MAX paddle.distributed.ReduceOp.MAX
100 torch.distributed.ReduceOp.MIN paddle.distributed.ReduceOp.MIN
101 torch.distributed.ReduceOp.PRODUCT paddle.distributed.ReduceOp.PROD
102 torch.nn.DataParallel paddle.DataParallel