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] Propagate to kernel only the attributes of its lambda or function object
It is expected to propagate certain attributes to SYCL kernel from only lambda
functions and function objects that are called directly from a kernel
(i.e., those passed to the parallel_for function)
This patch upholds this expectation by avoiding attributes being propagated
from functions called from within kernel.
0 commit comments