Hi,
I have just installed OpenCL Code builder on top of Visual 2013 and followed the user manual steps to run the OCL Kernel development and Application analysis. However, I have trouble debugging with OpenCL API debugger : when debugging the template project in CPU-mode, it stops at this line in FindOpenCLPlatform function of OpenCLProjectCodeBuilder.cpp :
err = clGetPlatformIDs(0, NULL, &numPlatforms);
with the following message :
Unhandled exception at 0x56B1AD75 (IntelOpenCLProfiler.dll) in OpenCLProjectCodeBuilder.exe: 0xC0000005: Access violation reading location 0x00000000.
My configuration is as follows :
CPU : Corei5-4300M
GPU : AMD Hainan and Intel HD Graphics 4600 (the latter is not listed in the Code Builder Platform Info Tree)
VisualStudio 2013
Code Builder installed from MSS Pro 2015R6 (Code Buider API Debugger 4.0.0.1)
Device : Intel(R) CPU (-device=CPU)
Thanks for your help !
Marc