aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GPUTarget.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2022-01-19 10:06:45 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2022-02-07 16:38:42 +0000
commitab2bc739525d3feb1ab1eef048b571bf270ef937 (patch)
tree5bef99a4c8adbb3f750e71e843ec200fd5260abd /arm_compute/core/GPUTarget.h
parent9d9ad33df8c06184c23bd9ef25f95fdfe1846ad5 (diff)
downloadComputeLibrary-ab2bc739525d3feb1ab1eef048b571bf270ef937.tar.gz
Adding support for Arm Mali-G710
Resolves COMPUTE-13901 Change-Id: Ib83d737066a55ab6452bdc34e3e4cba2d466d72a Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6971 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/GPUTarget.h')
-rw-r--r--arm_compute/core/GPUTarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/GPUTarget.h b/arm_compute/core/GPUTarget.h
index 04d2250d9d..c4f5b8ca42 100644
--- a/arm_compute/core/GPUTarget.h
+++ b/arm_compute/core/GPUTarget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021 Arm Limited.
+ * Copyright (c) 2018-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -52,7 +52,7 @@ enum class GPUTarget
G76 = 0x250,
G77 = 0x310,
G78 = 0x320,
- TODX = 0x330,
+ G710 = 0x330,
};
/** Enable bitwise operations on GPUTarget enumerations */