CUDA Parallel NSight Debugging host and device simultaneously

女生的网名这么多〃 提交于 2019-12-02 13:17:02

Simultaneous GPU/CPU debugging from a single IDE instance is unfortunately not possible with the current releases of Nsight and Visual Studio.

As a workaround, you can start GPU debugging from one copy of Visual Studio, then open a second IDE instance and attach its CPU debugger. They won't have unified stepping, but you can at least set breakpoints independently.

It should now be possible to attach both the Visual Studio default debugger and NSight in the same VS instance. Then this should work.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!