-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC tensors #129645
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ece4300
Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC tensors
pearu 7e31062
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu dcad4ca
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 5e0f664
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 5bbbc2c
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 5f091ba
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu dca8e71
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 06e1d7f
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 2756f68
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 5266159
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu cac97c8
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu e91a2b3
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 56345fb
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 58348cb
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
pearu 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
Update on "Add pinned memory support to sparse COO/CSR/CSC/BSR/BSC te…
…nsors" As in the title: To register indices/values of a sparse XYZ tensor with CUDA, the following methods are supported - `sparse_xyz_tensor(indices, values, pin_memory=True)` - `sparse_xyz_tensor(indices, values).pin_memory()` - `sparse_xyz_tensor(indices.pin_memory(), values.pin_memory())` Fixes #115330 cc alexsamardzic nikitaved cpuhrsch amjames bhosmer jcaip [ghstack-poisoned]
- Loading branch information
commit cac97c80304b3b4ae6ae27f3a7df2089db0f5f16
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
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.
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.