From 0dd1f6e1b010b11e7a561c9b58eea74d78632fe9 Mon Sep 17 00:00:00 2001 From: yanlan song Date: Fri, 9 Sep 2022 10:14:00 +0800 Subject: [PATCH] Bell/wa multi perf gap (#12948) * debug only Signed-off-by: fishbell * refine comment Signed-off-by: fishbell * Revert "debug only" This reverts commit 5ef6140b63f121f857564a8c6874201dc44d8c3d. Signed-off-by: fishbell --- src/plugins/auto/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/auto/plugin.cpp b/src/plugins/auto/plugin.cpp index 0535d2c3adb..85884af36ad 100644 --- a/src/plugins/auto/plugin.cpp +++ b/src/plugins/auto/plugin.cpp @@ -525,7 +525,7 @@ IExecutableNetworkInternal::Ptr MultiDeviceInferencePlugin::LoadNetworkImpl(cons auto executor = executorManager()->getIdleCPUStreamsExecutor( IStreamsExecutor::Config{"MultiDeviceAsyncLoad", static_cast(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())