From 3efb37536149f438a68a1742c35d827e1fbd7860 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 20 Jul 2018 15:30:46 +0100 Subject: 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 Reviewed-by: Pablo Tello Reviewed-by: Giorgio Arena Reviewed-by: Georgios Pinitas --- arm_compute/core/CPP/CPPTypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm_compute/core/CPP') 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 -- cgit v1.2.1