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][NFC] Fix flaky assert_in_multiple_tus behavior #16799

Merged
merged 4 commits into from
Jan 28, 2025

Conversation

sergey-semenov
Copy link
Contributor

The test expects that the first kernel hits an assertion and it never gets to the assertion in the second kernel. However, it was using an out-of-order queue, which meant that that behavior wasn't guaranteed.

The test expects that the first kernel hits an assertion and it never gets to the assertion in the second kernel. However, it was using an out-of-order queue, which meant that
that behavior wasn't guaranteed.
@againull againull merged commit 32abcd1 into intel:sycl Jan 28, 2025
16 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.

3 participants