-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Fix in-order queue dependencies for no scheduler path (#15412)
Runtime could submit kernel directly to scheduler if no buffers/streams are used and if event dependencies are already handled by queue (in case if it is in-order one). Although check if dependencies are submitted to the same queue was missed. Now we add events submitted to another queue but on the same context to event list in kernel launching. --------- Signed-off-by: Tikhomirova, Kseniya <[email protected]>
- Loading branch information
1 parent
7989104
commit 51dcb29
Showing
4 changed files
with
79 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 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 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 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