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 does not support some of the warp functions #2470

Open
fwyzard opened this issue Jan 30, 2025 · 0 comments
Open

SYCL does not support some of the warp functions #2470

fwyzard opened this issue Jan 30, 2025 · 0 comments

Comments

@fwyzard
Copy link
Contributor

fwyzard commented Jan 30, 2025

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 via #2468 / #2469 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant