From d727e85363aa7666e3fceb6967b668a3ac8d146e Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 20 Apr 2018 11:05:29 +0100 Subject: COMPMID-855: Get the library to work on non Mali GPUs Change-Id: Ia6a7b7a9d8b10ebf6b3c6a0fffa10bdf5dd8d8ef Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/128381 Reviewed-by: Pablo Tello Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- arm_compute/core/CL/CLTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/core/CL/CLTypes.h') diff --git a/arm_compute/core/CL/CLTypes.h b/arm_compute/core/CL/CLTypes.h index 14c31fa396..ca487814a7 100644 --- a/arm_compute/core/CL/CLTypes.h +++ b/arm_compute/core/CL/CLTypes.h @@ -34,7 +34,7 @@ static const std::string default_config_id = "no_config_id"; /** Available GPU Targets */ enum class GPUTarget { - UNKNOWN = 0x000, + UNKNOWN = 0x101, GPU_ARCH_MASK = 0xF00, MIDGARD = 0x100, BIFROST = 0x200, -- cgit v1.2.1