-
Notifications
You must be signed in to change notification settings - Fork 915
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] Misc optimizations in cudf
#9203
[REVIEW] Misc optimizations in cudf
#9203
Conversation
cudf
cudf
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.
lgtm
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.
One suggestion for further improvement, but it looks good.
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9203 +/- ##
===============================================
Coverage ? 10.84%
===============================================
Files ? 115
Lines ? 19172
Branches ? 0
===============================================
Hits ? 2080
Misses ? 17092
Partials ? 0 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.
Thanks @galipremsagar - These changes all make sense to me. My only (optional) suggestion is to add the test from #9159 so we can close that PR.
@gpucibot merge |
A similar fix for this problem was recently submitted in #9159 and closed in favor of #9203. It seems that the test added in the latter PR was not actually capturing the original problem. However, after [dask#8072](dask/dask#8072) is merged, the new test will certainly start failing. Authors: - Richard (Rick) Zamora (https://github.com/rjzamora) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Benjamin Zaitlen (https://github.com/quasiben) URL: #9314
This PR removes some inefficient code-paths in
cudf
&dask_cudf
which were spotted in internal profiling results.