From b1496e6a1074c90fba64633ec92fa202f5f7d1d8 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Fri, 25 Jun 2021 14:49:37 +0100 Subject: 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 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5858 Reviewed-by: Georgios Pinitas Reviewed-by: Gian Marco Iodice Tested-by: Arm Jenkins Comments-Addressed: Georgios Pinitas --- arm_compute/core/GPUTarget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arm_compute/core/GPUTarget.h') 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, -- cgit v1.2.1