Skip to content

[SYCL] Add overload of select for bool #6000

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 2 commits into from
Apr 11, 2022
Merged

Conversation

Pennycook
Copy link
Contributor

@Pennycook Pennycook commented Apr 11, 2022

Addresses the common case of sycl::select(a, b, c) where c is a bool.

Signed-off-by: John Pennycook [email protected]

Closes #5948.

Tested by: intel/llvm-test-suite#986

Addresses the common case of sycl::select(a, b, c) where c is a bool.

Signed-off-by: John Pennycook <[email protected]>
@againull againull merged commit 7ae8fd3 into intel:sycl Apr 11, 2022
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.

Support sycl::select for bool
2 participants