Parallel NSight for Visual studio 2010 支持在服务器上调试吗?
我已经安装了 Parallel Nsight for Visual Studio 2010。根据我的研究,它无法在没有 NVIDIA 显卡的机器上进行调试。
因此,我想在服务器上调试它(连接到服务器),可以吗?
提前致谢。
I have installed Parallel Nsight for Visual Studio 2010. Due to my research, it is not able to debugging on machines which dont have NVIDIA graphic card.
Therefore, I would like to debug it on the server (connecting to the server), would it be possible?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您可以在开发人员计算机上安装 Visual Studio 和 Parallel Nsight,并在具有 GPU 的远程计算机上安装 Parallel Nsight。然后,您只需配置 Parallel Nsight 在远程计算机上执行即可。
在幕后,当您“启动 CUDA 调试”时,Nsight 会将可执行文件(以及任何指定的数据文件)复制到远程计算机并启动任务。
请参阅 Parallel Nsight 网站了解更多详细信息并检查系统要求以及已安装的文档。
Yes. You can install Visual Studio and Parallel Nsight on your developer machine, and install Parallel Nsight on the remote machine with the GPU. Then you simply configure Parallel Nsight to execute on the remote machine.
Behind the scenes, when you "start CUDA debugging", Nsight will copy the executable (and any specified data files) to the remote machine and launch the task.
See the Parallel Nsight website for more details and to check system requirements, as well as the documentation that is installed.