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

[1.3] Disable test not supported by SYCL #2469

Merged

Conversation

fwyzard
Copy link
Contributor

@fwyzard fwyzard commented Jan 29, 2025

Backport #2468.

According to the documentation of the SYCL Group functions 1 and SYCL Group algorithms library 2, calling sycl::all_of_group with some threads having exited the kernel is undefined behaviour. This was confirmed during a support meeting with Intel.

oneAPI has an extension to support non-uniform (sub)groups: sycl_ext_oneapi_non_uniform_groups.
The implementation of the SYCL warp functions should be extended using it; until then, we disable the failing test when using a SYCL back-end and instead print an informational message.

@fwyzard fwyzard force-pushed the disable_unsupported_SYCL_tests_130 branch from e7902ff to 9c76a75 Compare January 30, 2025 12:08
@fwyzard fwyzard requested a review from SimeonEhrig January 30, 2025 12:09
@fwyzard fwyzard changed the title [13] Disable test not supported by SYCL [1.3] Disable test not supported by SYCL Jan 30, 2025
@fwyzard fwyzard merged commit 049d77e into alpaka-group:develop-1.3.0 Jan 30, 2025
22 checks passed
@fwyzard fwyzard deleted the disable_unsupported_SYCL_tests_130 branch January 30, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants