Skip to content

Commit

Permalink
Protopipe: Fix warnings in main.cpp (#28409)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
TolyaTalamanov authored Jan 17, 2025
1 parent 7a157e9 commit 81e4501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/intel_npu/tools/protopipe/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static ICompiled::Ptr compileSimulation(Simulation::Ptr simulation, const bool p
return simulation->compilePipelined(drop_frames);
}
return simulation->compileSync(drop_frames);
};
}

class ThreadRunner {
public:
Expand All @@ -112,8 +112,8 @@ void ThreadRunner::run() {
}
for (auto& future : futures) {
future.get();
};
};
}
}

class Task {
public:
Expand Down

0 comments on commit 81e4501

Please sign in to comment.