File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
sycl/source/detail/scheduler Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1110,8 +1110,7 @@ void Scheduler::GraphBuilder::cleanupCommandsForRecord(
1110
1110
ExecCmd->getAuxiliaryResources ();
1111
1111
ExecCmd->clearAuxiliaryResources ();
1112
1112
AuxResourcesToDeallocate.insert (AuxResourcesToDeallocate.end (),
1113
- AuxResources.begin (),
1114
- AuxResources.end ());
1113
+ AuxResources.begin (), AuxResources.end ());
1115
1114
}
1116
1115
1117
1116
for (Command *UserCmd : Cmd->MUsers )
@@ -1232,8 +1231,7 @@ void Scheduler::GraphBuilder::cleanupFinishedCommands(
1232
1231
ExecCmd->getAuxiliaryResources ();
1233
1232
ExecCmd->clearAuxiliaryResources ();
1234
1233
AuxResourcesToDeallocate.insert (AuxResourcesToDeallocate.end (),
1235
- AuxResources.begin (),
1236
- AuxResources.end ());
1234
+ AuxResources.begin (), AuxResources.end ());
1237
1235
}
1238
1236
1239
1237
for (const DepDesc &Dep : Cmd->MDeps ) {
You can’t perform that action at this time.
0 commit comments