aboutsummaryrefslogtreecommitdiff
path: root/include/CL/opencl.h
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-06-30 16:08:29 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-16 14:49:10 +0000
commit67354e0862a1dd171d41cc45aeb8a470d37708d7 (patch)
tree5f110319aea3b7f2d79820924f3966f18d90a61b /include/CL/opencl.h
parent0f033df07313060e177e62f10b0639d4e6ec6e74 (diff)
downloadComputeLibrary-67354e0862a1dd171d41cc45aeb8a470d37708d7.tar.gz
Update OpenCL Header file to version v.2020.03.13
Resolves: COMPMID-4603 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I6704f88297c5c0749e905f631df85b0e015766fa Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5955 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'include/CL/opencl.h')
-rw-r--r--include/CL/opencl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/CL/opencl.h b/include/CL/opencl.h
index 9855cd75e7..143d1d2dc6 100644
--- a/include/CL/opencl.h
+++ b/include/CL/opencl.h
@@ -35,25 +35,13 @@
extern "C" {
#endif
-#ifdef __APPLE__
-
-#include <OpenCL/cl.h>
-#include <OpenCL/cl_gl.h>
-#include <OpenCL/cl_gl_ext.h>
-#include <OpenCL/cl_ext.h>
-
-#else
-
#include <CL/cl.h>
#include <CL/cl_gl.h>
#include <CL/cl_gl_ext.h>
#include <CL/cl_ext.h>
-#endif
-
#ifdef __cplusplus
}
#endif
#endif /* __OPENCL_H */
-