I am working on OpenCL. Does anyone know of a good debugger for OpenCL so that I can step into the OpenCL code and trace?
Thanks, Rakesh.
|
I am working on OpenCL. Does anyone know of a good debugger for OpenCL so that I can step into the OpenCL code and trace? Thanks, Rakesh. |
|||
|
|
|
Perhaps Gremedy's OpenCL debugger would be helpful? http://www.gremedy.com/gDEBuggerCL.php |
|||
|
|
your best bet is Intel Debugger for CPU, announced at Intel OpenCL SDK 1.5: Intel OpenCL SDK you can step-by-step debug in visual studio. |
|||
|
|
|
Maybe you can try to use GDB on x86 CPU under Linux OS, see AMD's tutorial: http://developer.amd.com/gpu/ATIStreamSDK/assets/Debugging_OpenCL_with_GDB_on_x86_CPUs.pdf |
|||
|
|
|
You may also want to look into AMD's CodeXL: http://developer.amd.com/tools/heterogeneous-computing/codexl/ |
|||
|
|
Only AMD gDEBugger supports OpenCL step by step running and other tasty features http://developer.amd.com/tools/gDEBugger/Pages/default.aspx NVidia Parallel NSight and other NVidia products will not support OpenCL debugging due to marketing decisions. |
|||
|
|
|
It's not available yet, but NVIDIA's Parallel Nsight debugger (formerly known as Nexus) will support OpenCL (GPU). From the website:
Unfortunately it is currently in beta and the beta doesn't have OpenCL support. |
|||||
|
|
I have not used it, but CLBuilder looks promising
|
|||||
|
|