Macro to facilitate debugging
Usage:
Place mixin(CL_PROGRAM_STRING_DEBUG_INFO) on the line before the first line of your source.
The first line ends with: CL_PROGRAM_STRING_BEGIN \"
Each line thereafter of OpenCL C source must have a line end
The last line is empty;
Macro to facilitate debugging Usage: Place mixin(CL_PROGRAM_STRING_DEBUG_INFO) on the line before the first line of your source. The first line ends with: CL_PROGRAM_STRING_BEGIN \" Each line thereafter of OpenCL C source must have a line end The last line is empty;