Skip to content
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

Replace the outdated cuco window concept with buckets #17602

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

PointKernel
Copy link
Member

@PointKernel PointKernel commented Dec 16, 2024

Description

Recently, cuco refined the term "window" as "bucket," as the latter more accurately represents a contiguous memory space containing one or more hash table slots. This PR implements the necessary changes to replace "window" with "bucket" in all relevant use cases.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@PointKernel PointKernel added libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 16, 2024
@PointKernel PointKernel self-assigned this Dec 16, 2024
Copy link

copy-pr-bot bot commented Dec 16, 2024

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.

@PointKernel
Copy link
Member Author

/ok to test

@PointKernel PointKernel marked this pull request as ready for review December 17, 2024 01:41
@PointKernel PointKernel requested a review from a team as a code owner December 17, 2024 01:41
@PointKernel PointKernel added the 3 - Ready for Review Ready for review by team label Dec 17, 2024
Copy link
Member

@mhaseeb123 mhaseeb123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mhaseeb123
Copy link
Member

mhaseeb123 commented Dec 17, 2024

I like updating the concept of array of windows (e.g. aow_storage) to simple buckets (bucket_storage). Makes it more consistent and easy to follow.

@PointKernel PointKernel added the cuco cuCollections related issue label Dec 18, 2024
@PointKernel
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 88df0ad into rapidsai:branch-25.02 Dec 19, 2024
120 checks passed
@PointKernel PointKernel deleted the deprecate-cuco-windows branch December 19, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team cuco cuCollections related issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants