-
Notifications
You must be signed in to change notification settings - Fork 914
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
reduce HtoD copies in cudf::concatenate
#6605
#6605
reduce HtoD copies in cudf::concatenate
#6605
#6605
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #6605 +/- ##
============================================
Coverage 81.94% 81.94%
============================================
Files 96 96
Lines 16164 16164
============================================
Hits 13246 13246
Misses 2918 2918 Continue to review full report at Codecov.
|
…g_concatenate_HtoD_copies
…g_concatenate_HtoD_copies
cudf::concatenate
cudf::concatenate
…g_concatenate_HtoD_copies
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. Just a few suggestions.
Co-authored-by: Mark Harris <[email protected]>
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.
Other than Jake's suggestions, looks good. Just one tiny cleanup of a for
->for_each
.
cudf::concatenate
cudf::concatenate
#6605
closes #6465
reduces multiple HtoD copies in
cudf::concatenate
by addingcreate_contiguous_device_views
for list of column_views