Bell/wa multi perf gap (#12948)
* debug only
Signed-off-by: fishbell <bell.song@intel.com>
* refine comment
Signed-off-by: fishbell <bell.song@intel.com>
* Revert "debug only"
This reverts commit 5ef6140b63
.
Signed-off-by: fishbell <bell.song@intel.com>
This commit is contained in:
parent
b2d37ff85a
commit
0dd1f6e1b0
@ -525,7 +525,7 @@ IExecutableNetworkInternal::Ptr MultiDeviceInferencePlugin::LoadNetworkImpl(cons
|
||||
auto executor = executorManager()->getIdleCPUStreamsExecutor(
|
||||
IStreamsExecutor::Config{"MultiDeviceAsyncLoad",
|
||||
static_cast<int>(std::thread::hardware_concurrency()) /* max possible #streams*/,
|
||||
1 /*single thread per stream*/,
|
||||
0 /*default threads per stream, workaround for ticket 62376*/,
|
||||
IStreamsExecutor::ThreadBindingType::NONE});
|
||||
executor->runAndWait(loads);
|
||||
if (executableNetworkPerDevice.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user