-
Notifications
You must be signed in to change notification settings - Fork 902
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] Add support for percentile dispatch in dask_cudf
#9031
[REVIEW] Add support for percentile dispatch in dask_cudf
#9031
Conversation
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.
Overall looks good to me, just a minor suggestion.
rerun tests |
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!
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9031 +/- ##
===============================================
Coverage ? 10.71%
===============================================
Files ? 114
Lines ? 19088
Branches ? 0
===============================================
Hits ? 2046
Misses ? 17042
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
This PR adds support for percentile dispatch in
dask_cudf
.Upstream changes needed: dask/dask#8029