CUDA Visual profiler over a remote X session

南笙酒味 提交于 2019-12-13 04:29:02

问题


I am running an Ubuntu 11.10 server, CUDA-5.0 with a GTX480 on it. I am trying to run the visual profiler remotely by using Xming and Cygwin/X on Windows 8. I can successfully run xclocks, but when I try to launch /usr/local/cuda-5.0/bin/nvvp from the putty command line, it just silently exits without any errors or warnings.

I installed the default config of Cygwin/X with xorg-server, xinit and openssh packages. Do I need any more packages?

I do not want to use the command line profiler as I need the global load/store efficiency, replay and DRAM utilization, which are much more visible in the visual profiler.

Has anyone tried this before? I would appreciate any help.


回答1:


NVVP requires GTK+ (and some other libraries) that may not be installed on a server system.




回答2:


It may (likely) require X extensions not available in Xming (or might need alternate configuration of Xming). You could also try cygwin and run "real" X in rootless mode.

You can also debug the X protocol to see what it's asking for (and not getting) right before it quits. Perhaps 3d acceleration, or some backing store setting, etc.



来源:https://stackoverflow.com/questions/16699141/cuda-visual-profiler-over-a-remote-x-session

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