Debugging and printf in kernel

Yes, there is in-kernel printf available.

I generally recommend to start with proper CUDA error checking and use of compute-sanitizer as I outlined here. More generally, this online training series covers debug in some detail, in session 12.

1 Like