We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87af057 commit f28ca12Copy full SHA for f28ca12
sycl/source/detail/graph/graph_impl.cpp
@@ -1299,8 +1299,6 @@ void exec_graph_impl::duplicateNodes() {
1299
1300
// Subgraph nodes need special handling, we extract all subgraph nodes and
1301
// 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
1304
if (foundSubgraph) {
1305
for (auto NewNodeIt = NewNodes.rbegin(); NewNodeIt != NewNodes.rend();
1306
++NewNodeIt) {
0 commit comments