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] Fix traceKernel function to avoid temporary string creation (#17868)
When the `traceKernel` function is called with a C-string as a
parameter, a temporary `std::string` object is created. This PR change
the `traceKernel` function to accept `std::string_view` instead `const
std::string &`.
0 commit comments