-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][CUDA] Use UMF Proxy pool manager with UMF CUDA memory provider in UR #17015
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
kbenzie
merged 1 commit into
intel:sycl
from
ldorau:Use_UMF_Proxy_pool_manager_with_UMF_CUDA_memory_provider_in_UR
Feb 21, 2025
Merged
[SYCL][CUDA] Use UMF Proxy pool manager with UMF CUDA memory provider in UR #17015
kbenzie
merged 1 commit into
intel:sycl
from
ldorau:Use_UMF_Proxy_pool_manager_with_UMF_CUDA_memory_provider_in_UR
Feb 21, 2025
Conversation
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
Closed
1 task
2ca8b3b
to
4839158
Compare
4839158
to
cfd31f0
Compare
cfd31f0
to
8571766
Compare
@omarahmed1111 @frasercrmck @npmiller @igchor @bratpiorka please re-approve this PR moved from oneapi-src/unified-runtime#2659 |
… in UR UMF Proxy pool manager is just a wrapper for the UMF memory provider (CUDA memory provider in this case) plus it adds also tracking of memory allocations. Signed-off-by: Lukasz Dorau <[email protected]>
8571766
to
93c272e
Compare
npmiller
approved these changes
Feb 19, 2025
kbenzie
approved these changes
Feb 19, 2025
igchor
approved these changes
Feb 19, 2025
@intel/llvm-gatekeepers please merge |
@kbenzie Thanks! |
kurapov-peter
pushed a commit
to kurapov-peter/llvm
that referenced
this pull request
Mar 5, 2025
… in UR (intel#17015) Use UMF Proxy pool manager with UMF CUDA memory provider in UR. UMF Proxy pool manager is just a wrapper for the UMF memory provider (CUDA memory provider in this case) plus it adds also tracking of memory allocations. Moved from: oneapi-src/unified-runtime#2659 Signed-off-by: Lukasz Dorau <[email protected]>
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.
Use UMF Proxy pool manager with UMF CUDA memory provider in UR.
UMF Proxy pool manager is just a wrapper for the UMF memory provider
(CUDA memory provider in this case) plus it adds also tracking of memory
allocations.
Moved from: oneapi-src/unified-runtime#2659