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
We removed the following restrictions on #1878
// Allow the following kernel attributes only on lambda functions and
// function objects that are called directly from a kernel (i.e. the one
// passed to the parallel_for function). For all other cases,
// emit a warning and ignore.
1. SYCLIntelKernelArgsRestrictAttr
2. SYCLIntelNumSimdWorkItemsAttr
3. SYCLIntelMaxWorkGroupSizeAttr
4. SYCLIntelMaxGlobalWorkDimAttr
This patch updates the attribute document to reflect the changes since
we do not ignore the kernel attributes anymore if it is applied to a function
called from a device kernel and the attribute gets propagated to a kernel.
Signed-off-by: Soumi Manna <[email protected]>
0 commit comments