Skip to content

Conversation

@slawekptak
Copy link
Contributor

No description provided.

Comment on lines +691 to +705
template void registerEventDependency<true>(
const detail::EventImplPtr &EventImpl,
std::vector<detail::EventImplPtr> &EventsRegistered,
detail::queue_impl *QueueImpl, const detail::context_impl &ContextImpl,
const detail::device_impl &DeviceImpl,
const std::shared_ptr<ext::oneapi::experimental::detail::graph_impl> &Graph,
sycl::detail::CGType CommandGroupType);

template void registerEventDependency<false>(
const detail::EventImplPtr &EventImpl,
std::vector<detail::EventImplPtr> &EventsRegistered,
detail::queue_impl *QueueImpl, const detail::context_impl &ContextImpl,
const detail::device_impl &DeviceImpl,
const std::shared_ptr<ext::oneapi::experimental::detail::graph_impl> &Graph,
sycl::detail::CGType CommandGroupType);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants