Debugging under the Driver API

Hi,

Is there any way to debug CUDA kernels under the driver API at the moment? Even a simple cuprintf() would be very useful.

Will cuda-gdb support the driver API in future versions?

/Lars

Will cuda-gdb support the driver API in future versions? Real soon now… (I actually did this last week, it was pretty great)

That’s good news, thanks!

/L