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][Fusion] Prevent deletion of original kernel function if inlining fails (intel#12153)
In the unlikely edge case that an original kernel function cannot be
inlined into the newly constructed fused kernel function, we have to
ensure that a) the original kernel function is not deleted from the
module, and b) is called with the correct calling convention and
attributes.
Signed-off-by: Julian Oppermann <julian.oppermann@codeplay.com>
0 commit comments