Skip to content

Commit

Permalink
Fixed AC scheduler initialization (openvinotoolkit#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
apankratovantonp authored Mar 2, 2021
1 parent b22b776 commit 639c7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/arm_plugin/src/arm_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ using namespace ArmPlugin;
Plugin::Plugin() {
_pluginName = "ARM";
#if IE_THREAD == IE_THREAD_SEQ
arm_compute::Scheduler::get(); // Init default AC scheduler list
arm_compute::Scheduler::set(arm_compute::Scheduler::Type::CPP);
#else
arm_compute::Scheduler::set(std::make_shared<IEScheduler>());
Expand Down

0 comments on commit 639c7e4

Please sign in to comment.