aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GPUTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/GPUTarget.h')
-rw-r--r--arm_compute/core/GPUTarget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h
index 6a8577ac4d..7e2cfe1b6b 100644
--- a/arm_compute/core/GPUTarget.h
+++ b/arm_compute/core/GPUTarget.h
@@ -51,9 +51,11 @@ enum class GPUTarget
G31 = 0x242,
G76 = 0x250,
G77 = 0x310,
+ G57 = 0x311,
G78 = 0x320,
G710 = 0x330,
- G57 = 0x340,
+ G715 = 0x340,
+ G615 = 0x341
};
/** Enable bitwise operations on GPUTarget enumerations */