aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GPUTarget.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-01 16:28:24 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-01 20:05:44 +0000
commit4ffc42afafc8e6eee9917ac27b4bc510973335bf (patch)
treea2bf009450f1fbdd100b8f43dc2382ac9e0e856a /arm_compute/core/GPUTarget.h
parent9a6131b79478f83d390edf25ed1c3ad5f6548130 (diff)
downloadComputeLibrary-4ffc42afafc8e6eee9917ac27b4bc510973335bf.tar.gz
Add support for G78 instance
Resolves:COMPMID-4034 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I6f18705c6060cab41db9168c03f1f4bb87393057 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4632 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/GPUTarget.h')
-rw-r--r--arm_compute/core/GPUTarget.h2
1 files changed, 1 insertions, 1 deletions
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,
};