opencl-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-headers

Examples

Include OpenCL headers in a C/C++ project by referencing the header path$ gcc -I$(brew --prefix opencl-headers)/include myprogram.c -o myprogram
Find the installation path of OpenCL headers for manual inclusion$ brew --prefix opencl-headers
Verify OpenCL header files are installed correctly$ ls $(brew --prefix opencl-headers)/include/CL/