-
Notifications
You must be signed in to change notification settings - Fork 794
[SYCL] logical operation return type is boolean #17239
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] logical operation return type is boolean #17239
Conversation
HPS-1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why is TEST_VOID_TYPES added? I mean I think we can just run tests for void and non-void versions together. This we we only need 2 instead of 4 runs in total. Other than this small issue I believe you've addressed all the comments. LGTM!
|
@aelovikov-intel Please, review it |
Co-authored-by: Steffen Larsen <[email protected]>
fix to return boolean value type of
logical_and/logical_oraccording toKhronosGroup/SYCL-Docs#648
CTS changes will be done in a separate PR