forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable fullyconnect parallel for per node core allocation (openvinoto…
…olkit#23593) ### Details: - *integrated [PR19801](openvinotoolkit#19801), [PR23007](openvinotoolkit#23007) and [PR23127](openvinotoolkit#23127 - enable sub streams for per node core allocation - update class ModelDistributionPolicy and class SubStreamsMode - refactor get_model_prefer_threads() with class ModelDistributionPolicy - remove get_default_latency_streams() since it is always 1 now - add sub streams to executor for per node core allocation - Improve the performance of Fully connect layer on 2-socket Xeon systems. ### Tickets: - *123078, 129972, 132954* --------- Co-authored-by: Shen, Wanglei <[email protected]> Co-authored-by: Xiuchuan Zhai <[email protected]> Co-authored-by: Vladislav Golubev <[email protected]>
- Loading branch information
1 parent
d384662
commit e2c6ae9
Showing
38 changed files
with
2,134 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.