Update CCCL to 3.2.1 pre-release - #979
Merged
Merged
Conversation
KyleFromNVIDIA
approved these changes
Feb 3, 2026
Contributor
Author
|
/merge |
This was referenced Feb 3, 2026
meta-codesync Bot
pushed a commit
to facebookincubator/velox
that referenced
this pull request
Feb 11, 2026
Summary: ## Description Duplicate of #16223 This updates cuDF and its dependencies to fix an issue that simoneves observed with full debug builds of Velox with cuDF. The dependencies of cuDF (RMM, rapids-cmake, CCCL) have been updated to fix this issue. For details, see PRs linked in rapidsai/rapids-cmake#979. Pull Request resolved: #16316 Reviewed By: peterenescu Differential Revision: D92843979 Pulled By: xiaoxmeng fbshipit-source-id: 02e74ffc1729eec82c949d0842bd78d022e371f6
Alan-S-Andrade
pushed a commit
to Alan-S-Andrade/velox
that referenced
this pull request
Jun 2, 2026
…ncubator#16316) Summary: ## Description Duplicate of facebookincubator#16223 This updates cuDF and its dependencies to fix an issue that simoneves observed with full debug builds of Velox with cuDF. The dependencies of cuDF (RMM, rapids-cmake, CCCL) have been updated to fix this issue. For details, see PRs linked in rapidsai/rapids-cmake#979. Pull Request resolved: facebookincubator#16316 Reviewed By: peterenescu Differential Revision: D92843979 Pulled By: xiaoxmeng fbshipit-source-id: 02e74ffc1729eec82c949d0842bd78d022e371f6
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
This PR updates CCCL to a pre-release of v3.2.1.
We need these backported fixes:
__basic_anycompatible between c++17 and c++20 NVIDIA/cccl#7421 to fix RMM debug builds -- needed for Add debug build and test CI job rmm#2233shared_resource<T>-- needed for [FEA] Support memory resources from CCCL 3.2 rmm#2011Comparison of CCCL commits: NVIDIA/cccl@477f8bc...d25959c
Checklist
cmake-format.jsonis up to date with these changes.include_guard(GLOBAL))