使用NSight进行CUDA调试,只能进行GPU代码调试,不能进入CPU端代码断点

来源:互联网 发布:易语言杀毒软件源码 编辑:程序博客网 时间:2024/05/29 12:16
 Problem:
My program ignores breakpoints set in CPU code when I debug a program by choosing Start CUDA Debugging from the Nsight menu.

Resolution:
The CUDA Debugger ignores breakpoints set in CPU code as it does not currently support debugging x86 or other CPU code.

摘自:http://forums.developer.nvidia.com/index.php?showtopic=5371&mode=threaded&pid=18352
原创粉丝点击