aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GPUTarget.h
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-07-01 15:01:10 +0100
committerSiCong Li <sicong.li@arm.com>2022-07-05 09:01:40 +0000
commita3cf241de1f68f90ebfefe0c7e3d6e7c67c36915 (patch)
treeaa0ec0447abd6a82055274667e8ed05f8abb202f /arm_compute/core/GPUTarget.h
parente417ff1d9fde119a238582a3b1feb914edd95c38 (diff)
downloadComputeLibrary-a3cf241de1f68f90ebfefe0c7e3d6e7c67c36915.tar.gz
Add G57 to GPUTarget
Relates to: COMPMID-5299 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I19f820f698cf11020da019f4a1334cccb1e40c7e Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7880 Benchmark: Arm Jenkins <bsgcomp@arm.com> 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.h1
1 files changed, 1 insertions, 0 deletions
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 */