How to run OpenCL Kernel (khronos example)? – Debian
I am trying to run the c++ code example from the OpenCL C++ Bindings Doc: Example. Compilation of the c++ code works fine, but compilation of the kernel gives errors in connection with pipes: <kernel>:10:71: error: unknown type name 'pipe'…