Skip to content
Open
1 change: 1 addition & 0 deletions src/plugins/intel_cpu/src/cpu_parallel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class CpuParallel {
void activate() const {
#if OV_THREAD == OV_THREAD_TBB_ADAPTIVE
dnnl_threadpool_interop_set_max_concurrency(get_num_threads());
dnnl_threadpool_interop_set_scratchpad_concurrency(get_num_worker_threads());
Comment thread
liubo-intel marked this conversation as resolved.
Comment on lines +48 to +51
#endif
}

Expand Down
Loading