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] Reduce cost of XPTI instrumentation (#5158)
Argument pack added unwanted overhead. Guard it with `xptiTraceEnabled()` with the intention to guard it with new API, that would allow instrumented apps to check if the stream is observed.
0 commit comments