File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments