-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL][Graph] Document new command-list enqueue path #16096
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
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
81e0b00
[UR][Command-Buffers] Implement new command-list enqueue path
a543e94
Add design documentation
907e934
Update UnifiedRuntimeTag.cmake
fabiomestre 5ef79d2
Address review comments
f087381
Merge branch 'sycl' into fabio/immediate_append_exp
4ac0c4b
Update FetchUnifiedRuntime.cmake
fabiomestre cc4ed2f
Update CommandGraph.md
fabiomestre ff1ed28
Merge branch 'sycl' into fabio/immediate_append_exp
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # commit 9937d029c7fdcbf101e89f8515f640c145e059c5 | ||
| # Merge: 9ac6d5d9 10b0e101 | ||
| # Author: Callum Fare <callum@codeplay.com> | ||
| # Date: Wed Nov 20 14:49:17 2024 +0000 | ||
| # Merge pull request #2258 from aarongreig/aaron/tryUseExtensionSubgroupInfo | ||
| # Use extension version of clGetKernelSubGroupInfo when necessary. | ||
| set(UNIFIED_RUNTIME_TAG 9937d029c7fdcbf101e89f8515f640c145e059c5) | ||
| # commit 20e501a036e5e16368eb5c8f1e92289efb3ea735 | ||
| # Merge: dcf35a10 ca878c58 | ||
| # Author: Piotr Balcer <piotr.balcer@intel.com> | ||
| # Date: Thu Nov 21 10:55:59 2024 +0100 | ||
| # Merge pull request #1975 from Bensuo/fabio/immediate_append_exp | ||
| # [Command-Buffers] Implement new command-list enqueue path | ||
| set(UNIFIED_RUNTIME_TAG 20e501a036e5e16368eb5c8f1e92289efb3ea735) | ||
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.