Skip to content

[SYCL][E2E] Remove UB kernel launch in sycl_join #18288

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 1 commit into from
May 2, 2025

Conversation

steffenlarsen
Copy link
Contributor

This commit removes the explicit kernel launch in sycl_join, as the use of the set_args assumes the layout of arguments in the kernel, which is not guaranteed to be as expected.

This commit removes the explicit kernel launch in sycl_join, as the
use of the set_args assumes the layout of arguments in the kernel, which
is not guaranteed to be as expected.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner May 1, 2025 15:59
@Naghasan
Copy link
Contributor

Naghasan commented May 1, 2025

For context, when preventing the functor decomposition (see #18258) can trigger argument validation error at runtime (the argument is a structure not a pointer).

@steffenlarsen steffenlarsen merged commit bf82cfa into intel:sycl May 2, 2025
25 checks passed
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.

3 participants