-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change cudax::uninitialized_buffer
to own its memory resource with cudax::any_resource
#2293
Merged
miscco
merged 33 commits into
NVIDIA:main
from
ericniebler:wip-resource-owning-containers
Aug 28, 2024
+14
−16
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a9b62ef
Implement `any_resource` an owning wrapper around any resource
miscco e3821e7
Continue development of @miscco's `any_resource`
250a4f1
address review feedback
ericniebler 4f4838e
Merge remote-tracking branch 'origin/main' into any_resource
ericniebler f004b7b
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] d88a33e
mark all deallocation functions as `noexcept`
ericniebler 093ca52
fix some test failures
ericniebler c7ba5e7
more tests and bug fixes
ericniebler fb1203e
fix more build breaks
ericniebler ce70bc6
attempt to fix the cudax docs build
ericniebler ea19a83
exclude more symbols from the cudax docs
ericniebler 7974cc0
more portability fixes and doxygen tweaks
ericniebler 615a9b8
once more with feeling
ericniebler d36d8c8
getting pretty close now
ericniebler 24ae3b6
fix broken test
ericniebler a797d0e
deduplicate `basic_any_resource` constructors to satisfy doxygen
ericniebler abecaa2
Merge remote-tracking branch 'origin/main' into any_resource
ericniebler e0d122a
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] 78bd653
don't use `if constexpr` when compiling as c++14
ericniebler 76850e2
more fixes for doxygen and c++14
ericniebler 7db2090
back out a questionable addition of `noexcept`
ericniebler 5170dae
molify msvc
ericniebler 43d5426
accommodate integer size differences on msvc
ericniebler 63ace20
eliminate shadow warning treated as error
ericniebler a6ee7e1
handle duplicate properties without triggering compiler warnings
ericniebler 7e33a55
change `uninitialized_buffer` to own its memory resource using `any_r…
ericniebler f0c0644
Merge branch 'main' into wip-resource-owning-containers
miscco 0aced7b
Use fully qualified name
miscco 5115b08
Drop `__host__ __device__` from uninitialized_buffer
miscco f4d48c9
Revert "Drop `__host__ __device__` from uninitialized_buffer"
miscco 9a80e17
Just do the cursed thing
miscco 76a8674
Add missing include
miscco c3f6fc7
Adopt the doc string
miscco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Loading status checks…
Adopt the doc string
commit c3f6fc7eb93342e882789c8c7ffde62a77cf82e9
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericniebler I kept this as a resource_ref