Hi everybody - Im new to this forum.
The problem im experiencing is when im trying to add the build option to clBuildProgram like so:
err = clBuildProgram(m_program, 0, NULL, "r; -g - s \"r; C:/Users/michal/Documents/Visual//Studio//2010/Projects/FCGL2/kernel.cl", NULL, NULL);
At runtime the program executes everything up to this point and simply crashes. Im using Visual Studio 2013 together with the newest Intel OpenCL.
The NDRange is exactly 2x4x2 and set in codebuilder options as well. buildLog provides me with the message :
- buildLog 0x02c36688 "Error in processing command line: Don't understand command line argument \"r;\"!" char *
Besides this my application runs smoothly, I just wanted to try the debugger. Can anyone help?
Thanks.