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] Fix kernel name mangling for unnamed lambdas
The problem was that new mangling context for every kernel function was
created. So if the code contains several unnamed lambdas with the same
signature it caused equal mangled names for them.
Signed-off-by: Viktoria Maksimova <viktoria.maksimova@intel.com>
0 commit comments