Skip to content

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
@againull againull deleted the barrier_fix branch September 29, 2025 21:30
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