aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/CLTypes.h')
-rw-r--r--arm_compute/core/CL/CLTypes.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/arm_compute/core/CL/CLTypes.h b/arm_compute/core/CL/CLTypes.h
index ca487814a7..4a03cc9637 100644
--- a/arm_compute/core/CL/CLTypes.h
+++ b/arm_compute/core/CL/CLTypes.h
@@ -24,6 +24,8 @@
#ifndef __ARM_COMPUTE_CL_TYPES_H__
#define __ARM_COMPUTE_CL_TYPES_H__
+#include "arm_compute/core/GPUTarget.h"
+
#include <string>
namespace arm_compute
@@ -31,26 +33,6 @@ namespace arm_compute
/** Default string for the CLKernel configuration id */
static const std::string default_config_id = "no_config_id";
-/** Available GPU Targets */
-enum class GPUTarget
-{
- UNKNOWN = 0x101,
- GPU_ARCH_MASK = 0xF00,
- MIDGARD = 0x100,
- BIFROST = 0x200,
- T600 = 0x110,
- T700 = 0x120,
- T800 = 0x130,
- G71 = 0x210,
- G72 = 0x220,
- G51 = 0x230,
- G51BIG = 0x231,
- G51LIT = 0x232,
- TNOX = 0x240,
- TTRX = 0x250,
- TBOX = 0x260
-};
-
/** Available OpenCL Version */
enum class CLVersion
{