-
Notifications
You must be signed in to change notification settings - Fork 310
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 for CCCL 2.x #3862
Update for CCCL 2.x #3862
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@seunghwak I just merged in (Huge thanks for your help with this!) |
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.
These changes look good to me. We'll need to merge this in order to make cuGraph compatible with CCCL 2.2.0, which we will migrate to in 24.02 as soon as all of RAPIDS is ready.
…rocessing_impl.cuh.
/ok to test |
Thanks for the review @ChuckHastings, and thanks for your original efforts here @seunghwak. I may need to push one or two more changes before merging. I am building this locally with CCCL 2.2.0 and I will update this PR with any final (minor) changes, then merge. 👍 |
…t_processing_test.cu.
I got the build to succeed with a couple more minor changes in d0507a7. I'm going to merge this once CI passes. |
/ok to test |
/ok to test |
/merge |
This PR updates cuGraph to CCCL 2.2.0. Do not merge until all of RAPIDS is ready to update. Depends on #3862. Replaces #3516. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Ray Douglass (https://github.com/raydouglass) URL: #4052
This PR adds
cuda::proclaim_return_type
to device lambdas used inthrust::transform
andthrust::make_transform_iterator
.This PR requires libcudacxx 2.1.0, which was provided by rapidsai/rapids-cmake#464.
Closes #3863.