[Backport branch/3.2.x] Add accessor methods to shared_resource<T> - #7322
Merged
Conversation
Contributor
bdice
approved these changes
Jan 22, 2026
Contributor
|
/ok to test aa32121 |
miscco
approved these changes
Jan 22, 2026
bernhardmgruber
approved these changes
Jan 22, 2026
This comment has been minimized.
This comment has been minimized.
wmaxey
requested changes
Jan 22, 2026
wmaxey
left a comment
Member
There was a problem hiding this comment.
Blocking until we finish the release.
wmaxey
approved these changes
Jan 23, 2026
This comment has been minimized.
This comment has been minimized.
Contributor
|
/ok to test b9511e6 |
Contributor
Author
🥳 CI Workflow Results🟩 Finished in 1h 42m: Pass: 100%/90 | Total: 1d 22h | Max: 1h 37m | Hits: 91%/217236See results here. |
7 tasks
rapids-bot Bot
pushed a commit
to rapidsai/rapids-cmake
that referenced
this pull request
Feb 3, 2026
This PR updates CCCL to a pre-release of v3.2.1. We need these backported fixes: - NVIDIA/cccl#7421 to fix RMM debug builds -- needed for rapidsai/rmm#2233 - NVIDIA/cccl#7322 to add accessor methods to `shared_resource<T>` -- needed for rapidsai/rmm#2011 Comparison of CCCL commits: NVIDIA/cccl@477f8bc...d25959c Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: #979
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
Backport of #7315 to
branch/3.2.x.