CPU Kernel Debugging Issues

Symptom: kernel debugging issues

Solution: generate log file to find the cause

  1. Set the following environment variables:
    	INTEL_OCL_DBG_LOG=1 INTEL_OCL_DBG_LOG_FILE=c:\temp\debugger.txt
  2. Restart the Microsoft Visual Studio* IDE.
  3. Continue debugging.

Using these environment variables, you generate a log file. Use it to determine the root cause of the issue. You can submit the generated log through our support channels.

See Also

 Intel® SDK for OpenCL™ Applications support site