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] Don't copy string when tracing is not enabled (#16596)
Currently we pass by value and always copy the path even if tracing is
not enabled which is expensive. Fix to pass by reference and do the
copy/modification only if tracing is enabled.
0 commit comments