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.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 */