Skip to content

Commit

Permalink
revert desctrucor
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes committed Oct 12, 2023
1 parent 8a35675 commit 875177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Engine::SchedulerGuard::SchedulerGuard() {
}

Engine::SchedulerGuard::~SchedulerGuard() {
std::lock_guard<std::mutex> lock{acl_mutex};
std::lock_guard<std::mutex> lock{SchedulerGuard::acl_mutex};
arm_compute::Scheduler::set(arm_compute::Scheduler::Type::ST);
}

Expand Down

0 comments on commit 875177a

Please sign in to comment.