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())