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
[NFC][SYCL] Use context_impl & in sampler_impl ctor and near it (intel#19153)
`SetArgBasedOnType` argument is only used to pass to the `sampler_impl`
ctor so update it.
`getCGKernelInfo` is only called in a function that also calls
`sampler_impl` ctor so updating its signuature allows to update that
caller's local `ContextImpl` variable, so makes sense to do as part of
this PR as well.
Continuation of the refactoring in
intel#18795intel#18877intel#18966intel#18979intel#18980intel#18981intel#19007intel#19030intel#19123intel#19126
0 commit comments