Skip to content

[SYCL] Fix kernel shortcut path for inorder queue #13333

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 5 commits into from
Apr 16, 2024

Conversation

KseniyaTikhomirova
Copy link
Contributor

@KseniyaTikhomirova KseniyaTikhomirova commented Apr 9, 2024

Commit #11758 added extra event as dependency to fix host task vs kernel dependencies for inorder queue. That logic missed part when we try to bypass scheduler for kernel with no dependencies. This commit fixes it and allows to bypass scheduler if previous commands are enqueued (no host task is involved).

Signed-off-by: Tikhomirova, Kseniya <[email protected]>
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
@KseniyaTikhomirova KseniyaTikhomirova marked this pull request as ready for review April 11, 2024 14:43
@KseniyaTikhomirova KseniyaTikhomirova requested review from a team as code owners April 11, 2024 14:43
@KseniyaTikhomirova KseniyaTikhomirova changed the title Fix kernel shortcut path for inorder queue [SYCL] Fix kernel shortcut path for inorder queue Apr 11, 2024
@KseniyaTikhomirova
Copy link
Contributor Author

@intel/sycl-graphs-reviewers kindly ping

@KseniyaTikhomirova
Copy link
Contributor Author

@intel/llvm-gatekeepers hi, could we merge it please?

@dm-vodopyanov dm-vodopyanov merged commit f170c63 into intel:sycl Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants