Skip to content

Commit

Permalink
[NPUW] Fix instability in online partitioning (openvinotoolkit#26002)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnov-alexey authored Aug 9, 2024
1 parent a3dd686 commit 756cdb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ void Snapshot::mergeUniques() {

std::unordered_set<std::shared_ptr<Repeated>> merged_this_time;

for (const auto& nh : m_graph->nodes()) {
for (const auto& nh : m_graph->sorted()) {
if (!m_graph->contains(nh)) {
continue;
}
Expand Down

0 comments on commit 756cdb8

Please sign in to comment.