aboutsummaryrefslogtreecommitdiff
path: root/opencl-1.2-stubs
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-08-10 17:36:36 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit3a6163ed0c2d0ab4cac0456e8f66c704c6ad10c2 (patch)
treef2e34b47fb0b8bf1fac18c337a67c0145def7b7b /opencl-1.2-stubs
parente3f1bd10e71075f7d8b406698809666e1eb4e7ae (diff)
downloadComputeLibrary-3a6163ed0c2d0ab4cac0456e8f66c704c6ad10c2.tar.gz
COMPMID-1499: Fixed issues to build for FP16 on Android
Change-Id: I7cd15e9115b5c6f544005528d69061751286be11 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/143708 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'opencl-1.2-stubs')
-rwxr-xr-xopencl-1.2-stubs/opencl_stubs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opencl-1.2-stubs/opencl_stubs.c b/opencl-1.2-stubs/opencl_stubs.c
index a76eaa0bf9..3bfe3a0016 100755
--- a/opencl-1.2-stubs/opencl_stubs.c
+++ b/opencl-1.2-stubs/opencl_stubs.c
@@ -1,3 +1,4 @@
+#define CL_TARGET_OPENCL_VERSION 200
#include <CL/cl.h>
#include <stdio.h>