OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1718 Discussions

RFE: OpenCL kernel debugger for HD Graphics

allanmac1
Beginner
441 Views

It would be great if there was a kernel debugger for HD Graphics.

0 Kudos
1 Reply
Robert_I_Intel
Employee
441 Views

Yes, it is coming eventually. Meanwhile you can use CPU kernel debugger: https://software.intel.com/en-us/node/539337

And then, there is trusty old printf, which I used to debug fairly complex algorithms like GPU-Quicksort in OpenCL 2.0 (see https://software.intel.com/en-us/articles/gpu-quicksort-in-opencl-20-using-nested-parallelism-and-work-group-scan-functions ).

0 Kudos
Reply