cuda-gdb Error message
I tried to debug my CUDA application with cuda-gdb but got some weird error. I set option -g -G -O0 to build my application. I could run my program without cuda-gdb, but didn't get correct result. Hence I decided to use cuda-gdb, however, I got following error message while running program with cuda-gdb Error: Failed to read the valid warps mask (dev=1, sm=0, error=16). What does it means? Why sm=0 and what's the meaning of error=16 ? Update 1 : I tried to use cuda-gdb to CUDA samples, but it fails with same problem. I just installed CUDA 6.0 Toolkit followed by instruction of NVIDIA. Is it a