Hello, I am in need of some assistance...
I've downloaded and installed Intel OpenCL Applications SDK 2016 and am trying to run my OpenCL projects on Windows 10. When I select the Experimental OpenCL 2.0 CPU Platform everything goes smoothly and the program exist normally. If I select GPU HD Graphics 4000 (OpenCL 1.2) I get a run time error during Program build saying that the compiler cannot find a header file included in my kernels.
Setup: Windows 10 with current HD Graphics 4000 driver (15.33.xx) and Intel Core i7-3630.
I am using cl.hpp with CL_USE_DEPRECATED_OPENCL_1_2_APIS if that helps.
Could this be the way a OpenCL compiler is handling platform versions 1.2 differently than platforms with version 2.0? Let me know if additional information can help.
Thanks!