-
Notifications
You must be signed in to change notification settings - Fork 909
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
[REVIEW] Port scatter to tables to libcudf++ #3448
[REVIEW] Port scatter to tables to libcudf++ #3448
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.11 #3448 +/- ##
============================================
Coverage 87.35% 87.35%
============================================
Files 49 49
Lines 9329 9329
============================================
Hits 8149 8149
Misses 1180 1180 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.
Looks really good. Just a few comments.
cudaStream_t stream = 0); | ||
|
||
/** | ||
* @brief Scatters the rows of a table to `n` tables according to a partition map |
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.
Not necessarily for this PR, but I think we should find a way to not have to maintain two copies of the docs which can diverge (detail and non-detail APIs).
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 http://www.doxygen.nl/manual/commands.html#cmdcopydoc might be helpful
Left out of PR #3354
Needed for PR #3144