-
Notifications
You must be signed in to change notification settings - Fork 46
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
Adds support for pulling cuCollections using rapids-cmake #201
Conversation
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.
We need to update the docs to expose rapids_cpm_cuco
So add a rapids_cpm_cuco.rst to docs/packages
and add an entry to docs/api.rst
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.
Thank you!
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.
This is a nice change. Comments attached. (I reviewed this to help familiarize myself with more of rapids-cmake.)
@gpucibot merge |
This ensures that a consistent cuco version is used across all of RAPIDS. See rapidsai/rapids-cmake#201. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #11139
This ensures that a consistent cuco version is used across all of RAPIDS. See rapidsai/rapids-cmake#201 and rapidsai/cudf#11139 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #722
This PR allows us to standardize cuco usage across RAPIDS.