[libcu++] Version bump buffer and resource wrappers#7833
Merged
miscco merged 1 commit intoNVIDIA:mainfrom Mar 2, 2026
Merged
Conversation
Contributor
🥳 CI Workflow Results🟩 Finished in 4h 17m: Pass: 100%/99 | Total: 3d 08h | Max: 4h 16m | Hits: 74%/254549See results here. |
miscco
approved these changes
Mar 2, 2026
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin branch/3.3.x
git worktree add -d .worktree/backport-7833-to-branch/3.3.x origin/branch/3.3.x
cd .worktree/backport-7833-to-branch/3.3.x
git switch --create backport-7833-to-branch/3.3.x
git cherry-pick -x a91db6e2a022a7aa03b37873f0d4caf5ac81281d |
miscco
pushed a commit
to miscco/cccl
that referenced
this pull request
Mar 2, 2026
wmaxey
added a commit
that referenced
this pull request
Mar 3, 2026
* [libcu++] Add explicit alignment argument to buffer construction (#7623) * Add explicit alignment argument to buffer * Fix format * Review feedback * Apply suggestions from code review Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Fix format * Fix missing include --------- Co-authored-by: anon <users.noreply.github.com> Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * [libcu++] Add dynamic_accessibility_property added to all resources (#7727) * Add dynamic_accessibility_property to all memory resources * Fix forward property test * Workaround for gcc 7 * Review feedback * Address review comments * Fix merge conflict * Fix replacment issue --------- Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Version bump buffer and resource wrappers (#7833) * Compilation fixes --------- Co-authored-by: pciolkosz <pciolkosz@nvidia.com> Co-authored-by: Wesley Maxey <71408887+wmaxey@users.noreply.github.com>
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.
We changed the ABI of
bufferand type erased wrappers in #7623 and #7727.We need to add special version bump namespace to them until the next major version, so objects using old and new versions fail to link