Skip to content

[SYCL] Fix unittest initialization of queue with selector #6540

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

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

steffenlarsen
Copy link
Contributor

#6486 added new queue constructors for the use of callable device selectors. In accordance with SYCL 2020 these constructors are marked explicit and as such implicit conversion from initializer lists does not work. These changes fixes the Wait.cpp unittest to use the explicit constructor.

intel#6486 added new queue constructors for
the use of callable device selectors. In accordance with SYCL 2020 these
constructors are marked explicit and as such implicit conversion from
initializer lists does not work. These changes fixes the Wait.cpp
unittest to use the explicit constructor.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor Author

This should fix the current post-commit build issues.

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