Skip to content

Commit a034bb8

Browse files
author
Fábio Mestre
committed
Fix build failures after rebase
1 parent fc2ad25 commit a034bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/source/detail/graph_impl.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,9 @@ EventImplPtr exec_graph_impl::enqueueHostTaskPartition(
10841084
// dependencies for the current execution.
10851085
std::unique_ptr<sycl::detail::CG> CommandGroup =
10861086
std::make_unique<sycl::detail::CGHostTask>(sycl::detail::CGHostTask(
1087-
NodeCommandGroup->MHostTask, Queue.shared_from_this(),
1088-
NodeCommandGroup->MContext, NodeCommandGroup->MArgs,
1089-
std::move(CGData), NodeCommandGroup->getType()));
1087+
NodeCommandGroup->MHostTask, &Queue, NodeCommandGroup->MContext,
1088+
NodeCommandGroup->MArgs, std::move(CGData),
1089+
NodeCommandGroup->getType()));
10901090

10911091
EventImplPtr SchedulerEvent = sycl::detail::Scheduler::getInstance().addCG(
10921092
std::move(CommandGroup), Queue.shared_from_this(), EventNeeded);

0 commit comments

Comments
 (0)