llvm
f899fb31
- [SYCL] sycl::handler_impl keeps pointers to queue_impl, not shared_ptrs (#17941)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#17941 - [SYCL] sycl::handler_impl keeps pointers to queue_impl, not shared_ptrs
Author
Alexandr-Konovalov
Parents
da6b33ad
Loading