opencl-clhpp-headers

C++ language header files for the OpenCL API

brewmacoslinux
Try with needOr install directly
Source

About

C++ language header files for the OpenCL API

Commands

opencl-clhpp-headers

Examples

Include OpenCL C++ headers in a C++ project$ #include <CL/cl.hpp>
Compile C++ code with OpenCL support$ g++ -I$(brew --prefix opencl-clhpp-headers)/include myprogram.cpp -o myprogram
Check installed header file location$ ls $(brew --prefix opencl-clhpp-headers)/include/CL