We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RAPIDS is updated to use CCCL version 2.x.
This will require some changes to device lambdas (and possibly some other changes).
The text was updated successfully, but these errors were encountered:
Update for CCCL 2.x (#3862)
18ab76b
This PR adds `cuda::proclaim_return_type` to device lambdas used in `thrust::transform` and `thrust::make_transform_iterator`. This PR requires libcudacxx 2.1.0, which was provided by rapidsai/rapids-cmake#464. Closes #3863. Authors: - Seunghwa Kang (https://github.com/seunghwak) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) - Chuck Hastings (https://github.com/ChuckHastings) URL: #3862
seunghwak
Successfully merging a pull request may close this issue.
RAPIDS is updated to use CCCL version 2.x.
This will require some changes to device lambdas (and possibly some other changes).
The text was updated successfully, but these errors were encountered: