aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/IScheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/IScheduler.cpp')
-rw-r--r--src/runtime/IScheduler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/IScheduler.cpp b/src/runtime/IScheduler.cpp
index 5188dce4eb..b2edad0ca5 100644
--- a/src/runtime/IScheduler.cpp
+++ b/src/runtime/IScheduler.cpp
@@ -31,6 +31,7 @@ namespace arm_compute
IScheduler::IScheduler()
: _cpu_info()
{
+ get_cpu_configuration(_cpu_info);
// Work out the best possible number of execution threads
_num_threads_hint = get_threads_hint();
}