fix(cudf): Update cuDF dependency tree to fix debug builds - #16316
Closed
mhaseeb123 wants to merge 3 commits into
Closed
mhaseeb123 wants to merge 3 commits into
mhaseeb123 wants to merge 3 commits into
Conversation
✅ Deploy Preview for meta-velox canceled.
|
4 tasks
bdice
approved these changes
Feb 10, 2026
bdice
approved these changes
Feb 10, 2026
Contributor
|
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this in D92843979. |
Collaborator
|
Restarted the failing CI checks again. |
karthikeyann
approved these changes
Feb 11, 2026
karthikeyann
left a comment
Collaborator
There was a problem hiding this comment.
Other CI check failures are unrelated to this commit.
Contributor
|
@xiaoxmeng merged this pull request in 786c53a. |
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
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.