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
For algorithms where __parallel_for is used in a sequence of kernel invocations, it needs to take and return a SYCL event to set kernel dependencies without transferring execution to the host and back to the device in the middle.
For algorithms where
__parallel_foris used in a sequence of kernel invocations, it needs to take and return a SYCL event to set kernel dependencies without transferring execution to the host and back to the device in the middle.