-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL][CUDA] Cuda adapter multi device context #10737
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 all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
f2dcab3
Multi-device context for CUDA
b707e05
Readd retain and release devices
39a5de2
Fix race condition
e69c7cf
Respond to comments
fa2d129
Add clear() member func to ur_mem_handle_t
9ddc1b7
Remove permanent cache of events per kernel
e5fc965
Change the naming of ScopedContext to ScopedDevice to align with sema…
0d73882
Change the P2P tests to allow multi device platform
f3661ab
Remove const ref
bfe71fc
Allow mem to stay resident on device between reads
597de28
Fix bufg
dd14fd0
Clang format
b781a76
Fix merge
a9243ad
Fix failing test
8717cc4
Fix bug
da631ad
Clang format
f745788
Fix bug
d05d625
Some more comments
e3c5244
Responding to comments
9b08ffd
Clang format
72cf268
Add null event check
59baa68
Remove nullptr check
d0a02ca
Fix race condition
42fbacd
Merge sycl
7e71eba
Clang format
756e62a
Use next stream if on same device
fd0f9e7
Move scoped device
351aae4
Use more RAII locking
6a1e572
Add Native context bug
e1d5d5a
Only use mem management if using multi dev context
a065951
Merge sycl
e66dcda
Remove unnecessary loop
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
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.
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.