Skip to content

Commit 4c44301

Browse files
[NPU][WS] Run the init pipeline on a single thread by default (#32785)
### Details: - There's a subset of drivers that do not support the multi-threaded pipeline cause of some bug. Until we gather some more info & come up with a better solution, we've decided to leave the single-threaded implementation as the default one. ### Tickets: - *EISW-191773*
1 parent c33c2e9 commit 4c44301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/intel_npu/src/compiler_adapter/src/weightless_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "openvino/core/rt_info/weightless_caching_attributes.hpp"
1818
#include "openvino/runtime/make_tensor.hpp"
1919

20-
#define USE_SINGLE_THREADED_RUN_INIT 0
20+
#define USE_SINGLE_THREADED_RUN_INIT 1
2121

2222
namespace intel_npu {
2323

0 commit comments

Comments
 (0)