llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[NFC][SYCL] Prefer to pass `context_impl` by raw ptr/ref

Open aelovikov-intel opened this issue 4 months ago • 0 comments

This doesn't update all the instances but it's self-contained and it would be easier to review if I'll submit other changes separately. This is relatively big already.

This set of changes was created by changing queue_impl::getContextImplPtr->queue_impl::getContextImpl and updating whatever broke after that (transitively).

aelovikov-intel avatar Jun 11 '25 21:06 aelovikov-intel