We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0defb5e commit 2b9a534Copy full SHA for 2b9a534
sycl/source/handler.cpp
@@ -316,8 +316,8 @@ fill_copy_args(detail::handler_impl *impl,
316
317
handler::handler(const std::shared_ptr<detail::queue_impl> &Queue,
318
bool CallerNeedsEvent)
319
- : MImplOwner(std::make_shared<detail::handler_impl>(Queue.get(),
320
- CallerNeedsEvent)),
+ : MImplOwner(
+ std::make_shared<detail::handler_impl>(nullptr, CallerNeedsEvent)),
321
impl(MImplOwner.get()), MQueue(Queue) {}
322
323
handler::handler(detail::handler_impl *HandlerImpl,
0 commit comments