Completes basic dtypes for all_reduce api in eager mode#45440
Merged
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
✅ This PR's description meets the template requirements! |
LiYuRio
reviewed
Aug 26, 2022
ad823f8 to
ce7f856
Compare
gongweibao
requested changes
Aug 28, 2022
LiYuRio
previously approved these changes
Aug 29, 2022
Contributor
Author
Maybe we have supported |
liuTINA0907
previously approved these changes
Aug 29, 2022
0760773 to
2603cd2
Compare
liuTINA0907
previously approved these changes
Aug 29, 2022
2603cd2 to
9612f78
Compare
LiYuRio
approved these changes
Aug 29, 2022
liuTINA0907
approved these changes
Aug 29, 2022
This file contains hidden or 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
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 types
New features
PR changes
OPs
Describe
This pr completes the basic function of communication framework, support various data types.
all_reducein eager mode.通信框架功能进一步补全,通信操作支持传输丰富的数据类型。
all_reduce操作,支持动态图场景下使用NCCL、GLOO后端进行int8、uint8、bool类型的数据传输。all_reduce的测试。