-
Notifications
You must be signed in to change notification settings - Fork 311
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
Bug fix in MG coarsen_grph #1596
Bug fix in MG coarsen_grph #1596
Conversation
seunghwak
commented
May 11, 2021
- Bug fix in MG coarsen_graph
Codecov Report
@@ Coverage Diff @@
## branch-0.20 #1596 +/- ##
===============================================
- Coverage 61.04% 59.73% -1.31%
===============================================
Files 73 79 +6
Lines 3219 3482 +263
===============================================
+ Hits 1965 2080 +115
- Misses 1254 1402 +148
Continue to review full report at Codecov.
|
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.
Minor documentation thing. Otherwise I've tested with this and it looks good.
labels + major_labels.size(), | ||
major_labels.begin()); | ||
if (col_comm_rank == i) { | ||
// FIXME: this copy is unnecessary, beter fix RAFT comm's bcast to take const iterators for |
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.
'beter' should be 'better'.
in MNMG mode, clusters assigned to different GPUs can increase between iterations. Merge after #1596 closes #1586 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #1597
@gpucibot merge |