From 5c91cab0c30f7bf3dc11de047615b619d4f695f1 Mon Sep 17 00:00:00 2001 From: Michal Babej <michal.babej@intel.com> Date: Wed, 9 Oct 2024 12:06:20 +0300 Subject: [PATCH] include/CL: fix include/CL/opencl.h to include PoCL's extensions again --- include/CL/opencl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/CL/opencl.h b/include/CL/opencl.h index ef8dd1e03..84641d757 100644 --- a/include/CL/opencl.h +++ b/include/CL/opencl.h @@ -23,7 +23,10 @@ extern "C" { #include <CL/cl.h> #include <CL/cl_gl.h> +#include <CL/cl_exp_tensor.h> +#include <CL/cl_exp_defined_builtin_kernels.h> #include <CL/cl_ext.h> +#include <CL/cl_ext_pocl.h> #ifdef __cplusplus } -- GitLab