I have a project which requires OpenCL. I have installed CUDA and OpenCL on my machine but when I 'make' my project the following error occurs:
CL/cl.h: No such file or directory
I'm using windows7 and Visual Studio 2008.
|
|
This error indicates that the compiler is not able to find the CL/cl.h header file. Find out where the OpenCL SDK you are using is installed and the directory that contains the OpenCL header files inside it. On my computer for example, the Intel OpenCL SDK header files are in: To compile with the Intel OpenCL SDK, I would add |
|||
|