aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/OMP
diff options
context:
space:
mode:
authorVidhya Sudhan Loganathan <vidhyasudhan.loganathan@arm.com>2018-10-03 13:53:01 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:19 +0000
commitecd9d09c7c77005586250587ec8e1ddb6f224bde (patch)
tree5fa2eafc416bfa63fc73c1c1b104f861e37f0090 /src/runtime/OMP
parentd307f06591f674f1b1f53f96b31404e4da754b3b (diff)
downloadComputeLibrary-ecd9d09c7c77005586250587ec8e1ddb6f224bde.tar.gz
COMPMID-1618 : Mobilenet QASYMM8 does not use dot prod kernel when instrumentation timer is enabled
issue description: cpu info was neither initialised in scheduler timer interceptor nor was it retrieved from real scheduler. Change-Id: Ibe75b0704250d99682ed866deaf3ddf5fda22de5 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/151451 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/OMP')
-rw-r--r--src/runtime/OMP/OMPScheduler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/OMP/OMPScheduler.cpp b/src/runtime/OMP/OMPScheduler.cpp
index f4253c8848..77ee233cdd 100644
--- a/src/runtime/OMP/OMPScheduler.cpp
+++ b/src/runtime/OMP/OMPScheduler.cpp
@@ -42,7 +42,6 @@ OMPScheduler &OMPScheduler::get()
OMPScheduler::OMPScheduler() // NOLINT
: _num_threads(omp_get_max_threads())
{
- get_cpu_configuration(_cpu_info);
}
unsigned int OMPScheduler::num_threads() const