aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-07-20 15:30:46 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit3efb37536149f438a68a1742c35d827e1fbd7860 (patch)
treebdaccdfa935a8ac8e72039e492a17882a2899797 /arm_compute/core/CPP
parent96fc1d6582d17407bf5006419644ae278026924a (diff)
downloadComputeLibrary-3efb37536149f438a68a1742c35d827e1fbd7860.tar.gz
COMPMID-1347: Fixed fallback CPUInfo populate function and added latest CPUs
Added IDs for A35/A75r0/A75r1/A76 Fixed variant encoding in midr Update dot / fp16 support based on CPUInfo models detected Change-Id: I308a453a4085fa192a92cf98db72c9dff749bb7d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/140833 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/core/CPP')
-rw-r--r--arm_compute/core/CPP/CPPTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h
index 8a9ada81c1..ffd18165ed 100644
--- a/arm_compute/core/CPP/CPPTypes.h
+++ b/arm_compute/core/CPP/CPPTypes.h
@@ -36,9 +36,13 @@ namespace arm_compute
enum class CPUModel
{
GENERIC,
+ A35,
A53,
A55r0,
A55r1,
+ A75r0,
+ A75r1,
+ A76
};
class CPUInfo final