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][Graph] Fix barrier transitive queue recording #15601

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Oct 4, 2024

It has been discovered that when a graph event is passed as a dependency to a barrier operation on another in-order queue. This does not trigger the queue to record the operation as it should. Fix this with regression test.

It has been discovered that when a graph event is passed as a dependency
to a barrier operation on another in-order queue. This does not trigger
the queue to record the operation as it should. Fix this by not using
optimized path for in-order queues when graph event is a dependency,
with regression test for fix.
@EwanC EwanC force-pushed the ewan/barrier_transitive_recording branch from 1d878e1 to fe2277c Compare October 4, 2024 12:54
@EwanC EwanC marked this pull request as ready for review October 4, 2024 14:32
@EwanC EwanC requested review from a team as code owners October 4, 2024 14:32
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.

1 participant