author-pic

Tomohiro Nagasaka


Published on

Debug

Compile your application with debug flags nvcc -G -g and try running your application inside cuda-memcheck or cuda-gdb. It might give you a hint where the problem might lie.

Just run

cuda-memcheck ./yourApp

If you like it, share it!