aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GPUTarget.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-09-04 12:18:50 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commita34286ecabf4fc9e66e423332063a3d5fb17b8f8 (patch)
tree849999d27a1b0e67b2980730fce04c753a7b37fe /arm_compute/core/GPUTarget.h
parent71ecf396bb08e302dc06b2c7ed44001894d3a2ea (diff)
downloadComputeLibrary-a34286ecabf4fc9e66e423332063a3d5fb17b8f8.tar.gz
COMPMID-1553: Add GPU detection for G52.
Change-Id: Ief61733d0e66fec0c67255ad899c76933109b797 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/146794 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
Diffstat (limited to 'arm_compute/core/GPUTarget.h')
-rw-r--r--arm_compute/core/GPUTarget.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h
index b7178acb1a..a43df3d08e 100644
--- a/arm_compute/core/GPUTarget.h
+++ b/arm_compute/core/GPUTarget.h
@@ -45,9 +45,11 @@ enum class GPUTarget
G51 = 0x230,
G51BIG = 0x231,
G51LIT = 0x232,
- G76 = 0x240,
- TTRX = 0x250,
- TBOX = 0x260
+ G52 = 0x240,
+ G52LIT = 0x241,
+ G76 = 0x250,
+ TTRX = 0x260,
+ TBOX = 0x270
};
/** Enable bitwise operations on GPUTarget enumerations */