You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Remove UB kernel launch in sycl_join (#18288)
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 <steffen.larsen@intel.com>
0 commit comments