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

Update cuCollection to not rely on thrust::identity #771

Merged

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Feb 10, 2025

thrust::idenity is deprecated and will be removed in a future CCCL release.

This updates cuco which relied on it heavily

@miscco miscco requested a review from a team as a code owner February 10, 2025 13:16
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

I looked the diff between these two commits. The changes are just docs, a new find API, and the CCCL fix. I think this is safe to merge without downstream testing. I think @miscco's CCCL-RAPIDS builds are working with this changeset so that increases my confidence as well. (correction: this was not tested against downstream repos locally, but I asked @miscco to do that in the future)

@bdice bdice added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Feb 11, 2025
@bdice
Copy link
Contributor

bdice commented Feb 11, 2025

/merge

@rapids-bot rapids-bot bot merged commit 2de558a into rapidsai:branch-25.04 Feb 11, 2025
19 checks passed
@miscco miscco deleted the update_cuco_thrust_identity branch February 12, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants