-
Notifications
You must be signed in to change notification settings - Fork 970
Update cudf to accommodate breaking changes in cuCollections #19093
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
Update cudf to accommodate breaking changes in cuCollections #19093
Conversation
/ok to test 9d2b58c |
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Not intended for review yet, just testing for correctness at this stage. |
/ok to test 7091e3d |
@bdice @lamarrr This PR is ready for review. Once rapidsai/rapids-cmake#861 is merged, I’ll revert the CMake changes in this PR and rerun CI. Note that CI will be broken in the interim—after the |
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.
Seems fine. Please add a PR description and link to the breaking changes in cuCollections to help motivate this change.
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 to me
probing_scheme_t, | ||
cuco::bucket_storage_ref<cudf::size_type, | ||
GROUPBY_BUCKET_SIZE, | ||
cuco::valid_extent<int64_t, cuco::dynamic_extent>>, |
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.
@sleeepyjack We might want to add the default dynamic_extent
back, since this isn't a fully detailed implementation as shown here.
/merge |
Description
This PR updates cudf to align with the recent breaking changes in cuco's new storage design introduced in NVIDIA/cuCollections#694.
Checklist