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

Fix urEnqueueEventsWaitWithBarrier when used with interop events (simpler) #2118

Closed
wants to merge 2 commits into from

Conversation

pbalcer
Copy link
Contributor

@pbalcer pbalcer commented Sep 23, 2024

This patch partially reverts changes made in #2087 and allows
all events to be appended for waiting.

This tests a scenario where a native interop event
is used as part of a barrier. Current implementation
fails because it skips waiting on events if the
queue is using driver in order lists.
This patch partially reverts changes made in oneapi-src#2087 and allows
all events to be appended for waiting.
@pbalcer pbalcer requested a review from a team as a code owner September 23, 2024 14:57
@github-actions github-actions bot added the level-zero L0 adapter specific issues label Sep 23, 2024
@pbalcer
Copy link
Contributor Author

pbalcer commented Sep 24, 2024

We went with #2117, closing.

@pbalcer pbalcer closed this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level-zero L0 adapter specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant