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 内核中放置跟踪或调试功能吗?我正在 Windows 7 VS2010 上编写程序,我刚刚发现要使用 NSIGHT Monitor,我必须有 2 个 GPU。不幸的是,我在笔记本电脑上,所以这不是一个真正的选择。我想我会退回到经过验证的真正调试/跟踪功能。类似于 OutputDebugString 的东西。我不知道是否存在。
任何帮助表示赞赏。谢谢,
米
Parallel Nsight 2.2 支持本地单 GPU 调试。
CUDA 计算能力 >= 2.0 支持来自设备代码的 printf。