-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Fix sycl::vec unary ops #10722
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] Fix sycl::vec unary ops #10722
Conversation
The unary operator |
std::byte supports explicit conversion to an integer type (and back) - https://en.cppreference.com/w/cpp/types/byte#Non-member_functions. |
ping to reviewers. This PR has been updated and tests are passing. |
This reverts commit f7b00b7.
The recent sycl::vec changes (intel#9492) broke they unary operations. This PR fixes them and adds some testing to avoid that in the future.
This reverts commit f7b00b7.
The recent sycl::vec changes (#9492) broke they unary operations. This PR fixes them and adds some testing to avoid that in the future.