aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GPUTarget.h
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2021-06-25 14:49:37 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-06-28 11:50:48 +0000
commitb1496e6a1074c90fba64633ec92fa202f5f7d1d8 (patch)
treec00bdde29a6b2ab58016c5aff6ee23fe6adae123 /arm_compute/core/GPUTarget.h
parentd7316eb877cc4ff8573219374335e917b19a0203 (diff)
downloadComputeLibrary-b1496e6a1074c90fba64633ec92fa202f5f7d1d8.tar.gz
Add code to detect Mali(TM) G31
* Fixed a problem which made the library choose the Valhall path instead of Bifrost * Set block sizes to 4 for u8 on G31 * Resolves MLCE-463 Change-Id: I577f57ec96f740db15d6640e34172318a82c5778 Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5858 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/core/GPUTarget.h')
-rw-r--r--arm_compute/core/GPUTarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h
index d9994b6cf0..04d2250d9d 100644
--- a/arm_compute/core/GPUTarget.h
+++ b/arm_compute/core/GPUTarget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2020 Arm Limited.
+ * Copyright (c) 2018-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -48,6 +48,7 @@ enum class GPUTarget
G51LIT = 0x232,
G52 = 0x240,
G52LIT = 0x241,
+ G31 = 0x242,
G76 = 0x250,
G77 = 0x310,
G78 = 0x320,