I have installed intel opencl sdk in windows 8. All the files are located as they have to according to user guide but whenever I am trying to compile any code it is showing error that Cl/cl.h not found. Also, the user manual says that application needs to be linked to the libraries , but that option is nowhere to be found in the IDE.
This is the error I am getting at console Setting target instruction set architecture to: Default (Advanced Vector Extension (AVX)) OpenCL Intel CPU device was found! Device name: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Device version: OpenCL 1.2 (Build 82248) Device vendor: Intel(R) Corporation Device profile: FULL_PROFILE Compilation started 1:2:9: fatal error: 'CL/cl.h' file not found Compilation failed
Build failed! Any help would be welcomed...Thanks