[Backport 3.3] Buffer changes#7841
Merged
wmaxey merged 5 commits intoNVIDIA:branch/3.3.xfrom Mar 3, 2026
Merged
Conversation
…DIA#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>
…VIDIA#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>
Contributor
davebayer
approved these changes
Mar 2, 2026
bernhardmgruber
approved these changes
Mar 2, 2026
pciolkosz
approved these changes
Mar 2, 2026
Member
|
/ok to test a863aa0 |
This comment has been minimized.
This comment has been minimized.
Contributor
|
/ok to test 14c335f |
Contributor
🥳 CI Workflow Results🟩 Finished in 4h 10m: Pass: 100%/95 | Total: 3d 03h | Max: 4h 09m | Hits: 75%/249718See results here. |
NaderAlAwar
approved these changes
Mar 3, 2026
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 the buffer types to account for alignment as well as a potentialy dynamic memory accessibility property.
This backports
#7623, #7727 and #7833