-
Notifications
You must be signed in to change notification settings - Fork 901
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
Allow explicit shuffle="p2p"
within dask-cudf API
#13893
Conversation
Merge pull request rapidsai#5690 from ajschmidt8/phase2 [skip ci] Update master references for main branch
[RELEASE] Re-release v0.15 cudf [skip-ci]
[RELEASE] cudf v0.17
[RELEASE] cudf v0.18
[RELEASE] Release v0.18.1 cudf
[RELEASE] v0.18.2 `cudf` release [skip-ci]
[RELEASE] v0.19.1 cudf
[RELEASE] v0.19.2 cudf [skip-ci]
/ok to test |
/ok to test |
/ok to test |
Co-authored-by: Lawrence Mitchell <[email protected]>
/ok to test |
@wence- - I know you approved this PR a few days ago, but the scope has changed a bit. Let me know if you still think this is good to go. |
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 small suggested simplification.
/ok to test |
/ok to test |
Sorry, I broke the style check, shall I fix? |
/ok to test |
/merge |
Description
This PR allows explicit
shuffle="p2p"
usage within the dask-cudf API now that dask/distributed#7743 is in.