How to debug OpenCL on Nvidia GPUs? -


is there way debug opencl kernels on nvidia gpu, i.e. set breakpoints , inspect variables? understanding nvidia's tool not allow opencl debugging, , amd's , intel's allow on own devices.

gdebugger might (never used though), other there isn't tool know of can set breakpoints or inspect variables inside kernel. perhaps try save intermediate outputs kernel if long kernel. sorry can't give magic solution, debugging opencl hard.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -