From 4ffc42afafc8e6eee9917ac27b4bc510973335bf Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 1 Dec 2020 16:28:24 +0000 Subject: Add support for G78 instance Resolves:COMPMID-4034 Signed-off-by: Georgios Pinitas Change-Id: I6f18705c6060cab41db9168c03f1f4bb87393057 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4632 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- arm_compute/core/GPUTarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute') diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h index b8143f8d5c..d9994b6cf0 100644 --- a/arm_compute/core/GPUTarget.h +++ b/arm_compute/core/GPUTarget.h @@ -50,7 +50,7 @@ enum class GPUTarget G52LIT = 0x241, G76 = 0x250, G77 = 0x310, - TBOX = 0x320, + G78 = 0x320, TODX = 0x330, }; -- cgit v1.2.1