-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
upload global scatter and global gather operators related files #35546
upload global scatter and global gather operators related files #35546
Conversation
Thanks for your contribution! |
python/paddle/fluid/tests/unittests/test_collective_global_scatter.py
Outdated
Show resolved
Hide resolved
a5871c7
to
3baaa23
Compare
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
|
||
ring_id = 0 if group is None else group.id | ||
if in_dygraph_mode(): | ||
return core.ops.global_gather(x, local_count, \ |
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.
可以在后续pr中删除后面的反斜线
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.
MOE
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
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 for set_tests_properties(test_xxx PROPERTIES TIMEOUT 120)
…lePaddle#35546) * upload global scatter and global gather operators related files
PR types
New features
PR changes
OPs
Describe
MOE: