Skip to content
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

[SYCL] Fix barrier submission after command which bypasses the scheduler #15697

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

againull
Copy link
Contributor

@againull againull commented Oct 15, 2024

Currently we mistakenly don't mark commands like memcpy, copy, fill etc. as enqueued, this happens because they are enqueued differently bypassing the scheduler.

Problem is that if barrier is submitted depending on such event then it is just omitted.

So, fix the problem by marking such commands as enqueued.

Currently we mistakenly don't mark commands like memcpy, copy, fill etc. as
enqueued, this happens because they are enqueued differently and bypass
the scheduler.

Problem is that if barrier is submitted depending on such event then it
is just omitted.

So, fix the problem by marking such commands as enqueued.
@sergey-semenov sergey-semenov merged commit 9faf0e0 into intel:sycl Oct 15, 2024
12 checks passed
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.

4 participants