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][Docs] Add sycl_ext_oneapi_ternary_bitwise extension #17803

Draft
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

steffenlarsen
Copy link
Contributor

This commit adds the specification and implementation of a new bitwise operation taking three operands. The exact bitwise operation is determined by the LUTIndex template argument, which can be calculated by applying the bitwise operation to a predefined set of arguments.

This commit adds the specification and implementation of a new bitwise
operation taking three operands. The exact bitwise operation is
determined by the LUTIndex template argument, which can be calculated
by applying the bitwise operation to a predefined set of arguments.

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

SPIR-V translator patch: KhronosGroup/SPIRV-LLVM-Translator#3104

// REQUIRES: aspect-usm_shared_allocations

// XFAIL: opencl && cpu
// XFAIL-TRACKER: TODO
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder to self: Open tracker for OCL CPU support.

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.

1 participant