Does cuda-gdb support PTX level debugging?

Hi All,

I am wondering if the cuda-gdb 4.1 supports PTX level debugging like Parallel Nsight does on Windows?

Thank you

Bo

Hi flyree, CUDA-GDB does not support PTX level debugging. CUDA-GDB does support SASS level debugging. This includes stepping at the instruction level, displaying disassembly of instructions and displaying the contents of registers.