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][XPTI] Emit XPTI events for kernel nodes added to user graph.
When graph is finalized kernels can be directly enqueued to a command
buffer without using the scheduler, in this case XPTI events for the
node_create/task_begin/task_end were missing.
Save code location from tls when CGF is added to a graph through
graph.add API. This captures user stored code location in TLS, if one
was set before calling graph.add
Signed-off-by: Guy Zadicario <[email protected]>
0 commit comments