cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Lev
Journeyman III

How to debug opencl kernells?

 

   What is best way to debug kernells? For proper algorythm realization? Can I debug opecncl kernells for CPU using integrated debugger on IDE? I mean set breakpoints on code lines, etc? I mean opencl code is executed on CPU. I suppose it is not possbile cause source of opencl kernell is loaded at run time and is not accessible by any IDE/ What is the way to debug then?

 And another question, will new famliy Readon6000 have any support for hardware debugging?       

0 Likes
2 Replies
nou
Exemplar

see debuging with gdb in OpenCL programing guide.

0 Likes
Lev
Journeyman III

 

Thanks!

0 Likes