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.
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
Support auxiliary participants in AllReduceProtocol #260
Support auxiliary participants in AllReduceProtocol #260
Changes from 5 commits
68ac4e0
cb85c09
7f55bc2
7cf337e
9ca8348
ac516ec
fefc7d2
0506dad
440e671
11d2fda
d67f308
e6586f1
41ecf93
e6f0b9c
e3623b3
044ff13
d720492
0a540f6
16f42ce
73703d1
1e8b0ab
761cd98
24fa02d
a8e71fa
6060578
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
The name of
modes_ix
is not clear, better to reflect the meaning directly (at leastmode_inds
)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.
I think it's still worth changing, not sure if
_ix
is a common suffix for indicesThere 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.
Remove debug print or convert to a logger call (IMO the first is preferable)