From 762ac00a4989129623244b483d6986e350d315c6 Mon Sep 17 00:00:00 2001 From: Nesterov Alexander Date: Thu, 23 Nov 2023 21:53:50 +0100 Subject: [PATCH] Update plugin.cpp --- src/plugins/intel_cpu/src/plugin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/intel_cpu/src/plugin.cpp b/src/plugins/intel_cpu/src/plugin.cpp index 195628cb71e14f..d287ae46bffb31 100644 --- a/src/plugins/intel_cpu/src/plugin.cpp +++ b/src/plugins/intel_cpu/src/plugin.cpp @@ -160,10 +160,10 @@ std::shared_ptr Engine::SchedulerGuard::instance() { } Engine::SchedulerGuard::~SchedulerGuard() { -// // To save the state of scheduler after ACLScheduler has been executed -// // TODO: find out the cause of the state -// std::lock_guard lock{this->dest_mutex}; -// arm_compute::Scheduler::set(arm_compute::Scheduler::Type::ST); + // To save the state of scheduler after ACLScheduler has been executed + // TODO: find out the cause of the state + std::lock_guard lock{this->dest_mutex}; + arm_compute::Scheduler::set(arm_compute::Scheduler::Type::ST); } #endif