Update to a newer CCCL 3.2.x prerelease with a fix for mdspan#959
Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom Jan 5, 2026
Merged
Update to a newer CCCL 3.2.x prerelease with a fix for mdspan#959rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
Conversation
Contributor
Author
|
Testing in rapidsai/raft#2911 before we merge. |
Contributor
Author
|
The relevant tests passed in rapidsai/raft#2911. This should be good to go. |
33 tasks
vyasr
approved these changes
Jan 5, 2026
Contributor
Author
|
/merge |
rapids-bot bot
pushed a commit
to rapidsai/raft
that referenced
this pull request
Jan 6, 2026
This PR reverts some code that was needed to work around a `constexpr` bug in CCCL 3.2, now that it has been fixed and updated in rapids-cmake: rapidsai/rapids-cmake#959 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Divye Gala (https://github.com/divyegala) URL: #2911
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
As part of the CCCL 3.2 upgrade, we found some issues with
constexprbehavior in CCCL's mdspan. That has been fixed: NVIDIA/cccl#7057This PR upgrades to a newer CCCL commit that has the necessary fix, which will allow us to revert some changes in RAFT.
Comparison of CCCL commits: NVIDIA/cccl@ce4fda8...698c251
Checklist
cmake-format.jsonis up to date with these changes.include_guard(GLOBAL))