Skip to content

[SYCL] Remove redundant event dependencies for in-order queues #2929

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 3 commits into from
Dec 22, 2020

Conversation

sergey-semenov
Copy link
Contributor

Avoid passing explicit dependencies on events from the same in-order
queue since the order of execution is already guaranteed in that case.

Avoid passing explicit dependencies on events from the same in-order
queue since the order of execution is already guaranteed in that case.
@sergey-semenov sergey-semenov requested a review from a team as a code owner December 21, 2020 20:01
Copy link
Contributor

@s-kanaev s-kanaev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: is there any corner case when alloca command isn't present in dependencies of dependent command?

s-kanaev
s-kanaev previously approved these changes Dec 22, 2020
@romanovvlad romanovvlad merged commit 6327221 into intel:sycl Dec 22, 2020
@sergey-semenov sergey-semenov deleted the inorderevents branch December 23, 2020 08:31
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