Hi,
I'm running a test of the OpenCL SDK to try the debugger. I have a simple program which runs as expected when launching with the OpenCL debugging *not* enabled (disabled). Once I enable the OpenCL debugger and launch, the device context creation fails (clCreateContext() or clCreateContextFromType()), reporting CL_DEVICE_NOT_AVAILABLE.
I'm running with the following setup:
- Windows 7
- Visual Studio 2015
- CPU: Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz
- Platform: Intel(R) OpenCL
- Version: OpenCL 1.2
As I mentioned, the same code, targeting the same context works as expected so long as OpenCL debugging is disabled.
Can anyone shed some light what the issue may be so I can start OpenCL debugging?
Thanks in advance.