-
Notifications
You must be signed in to change notification settings - Fork 102
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
TL/UCP: Allgather Bruck algorithm #898
Conversation
Can one of the admins verify this patch? |
d16c45d
to
0078e1e
Compare
Test command: |
ok to test |
bot:retest |
cc12ceb
to
e0a7eb4
Compare
CI issue seems to be relevant
|
bot:retest |
|
76b3936
to
b7fb9f1
Compare
bot:retest |
1 similar comment
bot:retest |
b7fb9f1
to
20fc107
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.
Looks good to me! Thanks for the very clean PR
fb98acf
to
02d96cf
Compare
What
Implementation of Bruck algorith for allgather collective.
Why ?
This algorith has O(long(N)) complexity and shows great performance on small (1-2Kb) messages (according to research: https://arxiv.org/pdf/2109.08751.pdf)