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] Make sycl::kernel_id owns MName instead of using string_view (#18696)
In 8a5462d for preview the type was changed to string_view, but in some
scenario memory for kernel name is released before kernel_id is used. In
common case kernel_id_impl is created from ProgramManager::addImages(),
i.e. not on hot path.
0 commit comments