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] Honor dependencies of empty command groups #16203

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

aelovikov-intel
Copy link
Contributor

This is a recommit of #16180. Post-commit CI had a few tests failing so the original PR was reverted. The reason of the failures is that with proper dependencies tracking we now try to actually create images on the device and it might fail if device isn't capable of that. This updated version of the PR also modifies those failing tests to skip checks on unsupported devices

This is a recommit of intel#16180.
Post-commit CI had a few tests failing so the original PR was reverted.
The reason of the failures is that with proper dependencies tracking we
now try to actually create images on the device and it might fail if
device isn't capable of that. This updated version of the PR also
modifies those failing tests to skip checks on unsupported devices

Co-authored-by: Sergey Semenov <[email protected]>
@aelovikov-intel aelovikov-intel merged commit b0212c3 into intel:sycl Nov 27, 2024
15 checks passed
@aelovikov-intel aelovikov-intel deleted the empty-cg branch November 27, 2024 21:23
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.

2 participants