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] Propagate data from handler to DeviceKernelInfo when using old binaries (#19993)
`DeviceKernelInfoPtr` wasn't/isn't used a single source of information
neither before not after this PR, so things weren't "broken". However,
we want to change that soon and for that we need all the necessary
information from `handler`/`handler_impl` to be available in
`DeviceKernelInfoPtr`. That change brings us closer to that state.
0 commit comments