Skip to content

Commit

Permalink
Document format
Browse files Browse the repository at this point in the history
  • Loading branch information
peterchen-intel authored Oct 16, 2024
1 parent 8bd8a02 commit 7a3b08a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ sequentially. If two parts use different threading runtimes, for example, OpenVI
while other application logic uses OpenMP, both will occupy CPU cores for addtional time after task done.
This may introduce unecessary overhead.

*Recommend solutions*
Recommend solutions

- Most effective way is to use oneTBB for all computations made in pipeline.
- Rebuild OpenVINO with OpenMP and other application logic uses OpenMP as well.
- Limit number of threads of OpenVINO and other parts to let OS do better scheduling.
Expand Down

0 comments on commit 7a3b08a

Please sign in to comment.