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 5272ed7 commit 57994b1Copy full SHA for 57994b1
sycl/source/detail/scheduler/graph_builder.cpp
@@ -1024,7 +1024,7 @@ Command *Scheduler::GraphBuilder::addCG(
1024
}
1025
1026
// Register all the events as dependencies
1027
- for (const detail::EventImplPtr& e : Events) {
+ for (const detail::EventImplPtr &e : Events) {
1028
if (Command *ConnCmd = NewCmd->addDep(e, ToCleanUp))
1029
ToEnqueue.push_back(ConnCmd);
1030
0 commit comments