cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Debugging OpenCL Kernels

Question about debugging OpenCL Kernels

Hi,

How we can debug OpenCL kernels on Windows 7 64 bit?

If there is no available debugger now, when we can expect one?

 

Thanks

0 Likes
1 Reply

Use the CPU device to debug the kernel with GDB on linux or you can use printf debugging.
0 Likes