From a3cf241de1f68f90ebfefe0c7e3d6e7c67c36915 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Fri, 1 Jul 2022 15:01:10 +0100 Subject: Add G57 to GPUTarget Relates to: COMPMID-5299 Signed-off-by: SiCong Li Change-Id: I19f820f698cf11020da019f4a1334cccb1e40c7e Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7880 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- arm_compute/core/GPUTarget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core') diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h index c4f5b8ca42..6a8577ac4d 100644 --- a/arm_compute/core/GPUTarget.h +++ b/arm_compute/core/GPUTarget.h @@ -53,6 +53,7 @@ enum class GPUTarget G77 = 0x310, G78 = 0x320, G710 = 0x330, + G57 = 0x340, }; /** Enable bitwise operations on GPUTarget enumerations */ -- cgit v1.2.1