From ab2bc739525d3feb1ab1eef048b571bf270ef937 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 19 Jan 2022 10:06:45 +0000 Subject: Adding support for Arm Mali-G710 Resolves COMPUTE-13901 Change-Id: Ib83d737066a55ab6452bdc34e3e4cba2d466d72a Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6971 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins --- arm_compute/core/GPUTarget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/core') diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h index 04d2250d9d..c4f5b8ca42 100644 --- a/arm_compute/core/GPUTarget.h +++ b/arm_compute/core/GPUTarget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Arm Limited. + * Copyright (c) 2018-2022 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -52,7 +52,7 @@ enum class GPUTarget G76 = 0x250, G77 = 0x310, G78 = 0x320, - TODX = 0x330, + G710 = 0x330, }; /** Enable bitwise operations on GPUTarget enumerations */ -- cgit v1.2.1