Refactor Thrust destroy_range and device_[new|delete|free]#6134
Merged
bernhardmgruber merged 2 commits intoNVIDIA:mainfrom Oct 13, 2025
Merged
Refactor Thrust destroy_range and device_[new|delete|free]#6134bernhardmgruber merged 2 commits intoNVIDIA:mainfrom
destroy_range and device_[new|delete|free]#6134bernhardmgruber merged 2 commits intoNVIDIA:mainfrom
Conversation
8f69231 to
a206916
Compare
1 task
This comment has been minimized.
This comment has been minimized.
miscco
approved these changes
Oct 12, 2025
Contributor
miscco
left a comment
There was a problem hiding this comment.
We should definitely consolidate with the std conformant parts in libcu++
a9a2ea9 to
b60f007
Compare
This comment has been minimized.
This comment has been minimized.
elstehle
approved these changes
Oct 13, 2025
miscco
approved these changes
Oct 13, 2025
Contributor
🥳 CI Workflow Results🟩 Finished in 6h 19m: Pass: 100%/69 | Total: 2d 23h | Max: 2h 52m | Hits: 60%/116284See results here. |
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.
This PR basically moves the content of
.inlfiles into their headers, replaced some SFINAE byif constexprand some traits by variable templates.