-
Notifications
You must be signed in to change notification settings - Fork 195
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 to CCCL 2.2.0. #2049
Update to CCCL 2.2.0. #2049
Conversation
37849ac
to
a0bfac0
Compare
ci/build_cpp.sh
Outdated
@@ -9,10 +9,14 @@ export CMAKE_GENERATOR=Ninja | |||
|
|||
rapids-print-env | |||
|
|||
LIBRMM_CHANNEL=$(rapids-get-pr-conda-artifact rmm 1404 cpp) |
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.
I will revert changes to CI scripts that use upstream artifacts before merging.
fetch_rapids.cmake
Outdated
set(rapids-cmake-repo bdice/rapids-cmake) | ||
set(rapids-cmake-branch cuco-cccl-2.2.0) |
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.
I will revert this before merging. Depends on NVIDIA/cuCollections#404 merging, and rapids-cmake being updated to use that commit in versions.json
.
/merge |
/merge |
This PR updates RAFT to CCCL 2.2.0. Do not merge until all of RAPIDS is ready to update. Depends on rapidsai#2048. Replaces rapidsai#1464. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Robert Maynard (https://github.com/robertmaynard) URL: rapidsai#2049
This PR updates RAFT to CCCL 2.2.0. Do not merge until all of RAPIDS is ready to update.
Depends on #2048.
Replaces #1464.