Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 CUDA 的新手。我想在主机代码(C++)和设备内核代码(CUDA代码)中设置断点,但我只能成功地停止在主机代码或设备代码上进行调试(但不能同时在它们两者上进行调试。
我将 VS2010 (win7) 与 Cuda 4.2 和 Nsight 2.2 一起使用。我做错了什么?
使用 Nsight VSE 2.2 无法同时调试设备和主机代码
请参考这个问题中给出的答案。这个问题是那个问题的重复。
作为附加参考,请参阅此 nsight VSE文档页面上的第一个注释。