llvm
f899fb31 - [SYCL] sycl::handler_impl keeps pointers to queue_impl, not shared_ptrs (#17941)

Commit
333 days ago
[SYCL] sycl::handler_impl keeps pointers to queue_impl, not shared_ptrs (#17941) handle_impl is created internally, in automatic scope. So it's not need to control queue_impl lifetime from it, and it's correct to use raw pointers.
Parents
Loading