cuda-gdb Error message

前端 未结 2 377
逝去的感伤
逝去的感伤 2021-01-29 02:47

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

2条回答
  •  执笔经年
    2021-01-29 03:33

    This is internal cuda-gdb bug. You should report a bug.

    Can you try installing CUDA toolkit from the package on NVIDIA site?

提交回复
热议问题