aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/IScheduler.cpp
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2017-12-04 17:30:07 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:17 +0000
commit6f6639d97748301525c30af92ec237c8c3b1cb2c (patch)
tree45ebd5f302d731d66d892301628258e3ec6bffac /src/runtime/IScheduler.cpp
parentc7f9b893b8edc5660542821e2d0508460bc40225 (diff)
downloadComputeLibrary-6f6639d97748301525c30af92ec237c8c3b1cb2c.tar.gz
COMPMID-632: Make sure we hit the dot product kernel for cpu 0xd0f on the fast_model
Change-Id: I7e65aeaac9894447b8f222cdc623f3e15dbd074d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111802 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/IScheduler.cpp')
-rw-r--r--src/runtime/IScheduler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/IScheduler.cpp b/src/runtime/IScheduler.cpp
index 4292469d14..02541810bd 100644
--- a/src/runtime/IScheduler.cpp
+++ b/src/runtime/IScheduler.cpp
@@ -131,6 +131,9 @@ IScheduler::IScheduler()
{
switch(get_cpu_impl())
{
+ case 0xd0f:
+ _info.CPU = CPUTarget::A55_DOT;
+ break;
case 0xd03:
_info.CPU = CPUTarget::A53;
break;