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] Fix return type of relational functions on scalars #7414

Merged
merged 3 commits into from
Nov 18, 2022

Conversation

steffenlarsen
Copy link
Contributor

This fix updates scalar versions of relation functions that now return "bool"
instead of a signed integer in SYCL 2020 mode.

The fix is ABI-breaking and is put under SYCL2020_CONFORMANT_APIS guard.

This is a revival of the reverted patch #5975.

aelovikov-intel and others added 2 commits November 16, 2022 00:31
This fix updates scalar versions of relation functions that now return "bool"
instead of a signed integer in SYCL 2020 mode.

The fix is ABI-breaking and is put under SYCL2020_CONFORMANT_APIS guard.
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen
Copy link
Contributor Author

SYCL/GroupAlgorithm/SYCL2020/sort.cpp has been disabled for HIP and CUDA in intel/llvm-test-suite#1396.
CUDA backend is known to fail barrier-order.cpp. See #7330 (comment).

@steffenlarsen steffenlarsen merged commit 45d516c into intel:sycl Nov 18, 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.

2 participants