-
Notifications
You must be signed in to change notification settings - Fork 241
Memory refactor #1205
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
Merged
Merged
Memory refactor #1205
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
37849a3
Resolve a Cython build warning.
Andy-Jost ac8a69c
Make memory module into a package.
Andy-Jost 123aa24
Rename cyStream to _cyStream for consistency.
Andy-Jost fe4b67e
Move defs to memory.pxd header
Andy-Jost ce77d44
Separate VMM.
Andy-Jost c5179bc
Weaken dependencies from device to memory module.
Andy-Jost e192748
Move LegacyPinnedMemoryResource to a submodule.
Andy-Jost 729c900
Move _SynchronousMemoryResource into a submodule.
Andy-Jost 8735455
Partly separates the IPC implementation.
Andy-Jost b2517f6
Move IPC registry to ipc module.
Andy-Jost a61317a
Collect and reorder DeviceMemoryResource properties.
Andy-Jost 0e2d1d8
Move more IPC implementation out of DeviceMemoryResource.
Andy-Jost 5387629
Minor refactoring.
Andy-Jost 7fa38ca
Move Buffer IPC implementation.
Andy-Jost f357abd
Simplify the class hierarchy (remove _cyBuffer and _cyMemoryResource).
Andy-Jost 89057f9
Refactor to shrink Cython interface.
Andy-Jost 00b60eb
Simplify Buffer close.
Andy-Jost ecc9405
Refactor DeviceMemoryResource.__init__.
Andy-Jost 228936b
Move Buffer into a separate module.
Andy-Jost 9a86bde
Refactors DeviceMemoryResource IPC implementation.
Andy-Jost c7f6cde
Removes superfluous _uuid member of DeviceMemoryResource.
Andy-Jost 216b4fb
Adds __all__ lists.
Andy-Jost 6a30a39
Prepend underscore to submodules, add a test for package contents.
Andy-Jost 229ddc6
Refactor IPC data of DMR into IPCData class.
Andy-Jost 0fd3ca9
General clean up.
Andy-Jost 076d7b4
Merge branch 'main' of github.com:NVIDIA/cuda-python into memory-refa…
Andy-Jost 44f7587
Touch-ups
Andy-Jost 7c97d22
Merge branch 'main' into memory-refactor
Andy-Jost 0fac800
Cythonize DeviceMemoryResourceAttributes.
Andy-Jost 0d5f08b
Restore previous behavior for DMR.from_allocation_handle when passed …
Andy-Jost 567ea2c
Merge branch 'main' into memory-refactor
Andy-Jost 7315e28
Rename _mr to _memory_resource. Change pointer types from intptr_t to…
Andy-Jost cf4dc9d
Merge branch 'main' into memory-refactor
Andy-Jost 19e4b8f
Merge branch 'main' into memory-refactor
Andy-Jost 743b8a3
Merge remote-tracking branch 'origin/main' into memory-refactor
Andy-Jost cce7f6c
Rename files _dmr.* and _vmm.py to avoid abbreviations.
Andy-Jost ff3820f
Merge branch 'main' into memory-refactor
Andy-Jost 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
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.