Skip to content

Commit f28ca12

Browse files
committed
remove TODO
1 parent 87af057 commit f28ca12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/source/detail/graph/graph_impl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,8 +1299,6 @@ void exec_graph_impl::duplicateNodes() {
12991299

13001300
// Subgraph nodes need special handling, we extract all subgraph nodes and
13011301
// merge them into the main node list
1302-
1303-
// TODO: need to look into perf regression now that we are using a vector instead of deque
13041302
if (foundSubgraph) {
13051303
for (auto NewNodeIt = NewNodes.rbegin(); NewNodeIt != NewNodes.rend();
13061304
++NewNodeIt) {

0 commit comments

Comments
 (0)