Skip to content

[libcu++] Version bump buffer and resource wrappers#7833

Merged
miscco merged 1 commit intoNVIDIA:mainfrom
pciolkosz:version_bump_buffer_and_type_erased_wrappers
Mar 2, 2026
Merged

[libcu++] Version bump buffer and resource wrappers#7833
miscco merged 1 commit intoNVIDIA:mainfrom
pciolkosz:version_bump_buffer_and_type_erased_wrappers

Conversation

@pciolkosz
Copy link
Copy Markdown
Contributor

We changed the ABI of buffer and 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

@pciolkosz pciolkosz requested a review from a team as a code owner February 27, 2026 22:28
@pciolkosz pciolkosz requested a review from griwes February 27, 2026 22:28
@github-project-automation github-project-automation bot moved this to Todo in CCCL Feb 27, 2026
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Feb 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🥳 CI Workflow Results

🟩 Finished in 4h 17m: Pass: 100%/99 | Total: 3d 08h | Max: 4h 16m | Hits: 74%/254549

See results here.

@miscco miscco merged commit a91db6e into NVIDIA:main Mar 2, 2026
118 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 2, 2026

Backport failed for branch/3.3.x, because it was unable to cherry-pick the commit(s).

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants