I am trying to debug an opencl code with the Intel opencl sdk debugger plugin for visual studio 2008 prof edition.
I am getting a build program error with this code
Err = clBuildProgram(cpProgram, 0, NULL, "-g -s \"C:\Users\Administrator\AppData\Local\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.2\OpenCL\src\oclVectorAdd\VectorAdd.cl\"", NULL, NULL);
Can anybody help me ?
My device type is CPU.. I7 system..