当前位置:   article > 正文

windows 中的 Nsight Systems 通过ssh 链接分析 Linux 中的cuda程序性能

windows 中的 Nsight Systems 通过ssh 链接分析 Linux 中的cuda程序性能


1,Linux 环境

 1.1 install cuda sdk

1.2 other settings:

安装 ssh-server
$ sudo apt install openssh-server

安装较新版本的 cuda sdk

下载cuda-samples github repo

build vectorAdd and running:

编辑修改 ssh 配置:
$ sudo vim /etc/ssh/sshd_config

删除相关注释,修改后如下:

Port 22
AddressFamily any
ListenAddress 0.0.0.0
ListenAddress ::


# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
#PermitEmptyPasswords no

1.2 Linux test Nsight Systems

launch nsight systems:

set app vectorAdd and working directory:

click Start button Right area:

2, Windows ssh Linux Nsight Systems


2.1安装对应版本的 cuda sdk
打开 Nsight Systems
Projet中选择 ssh,输入用户名和密码。
在Sample target Process中Commang line中输入程序的绝对路径


在working directory中输入目录


点击右侧的  Start
按钮即可

待截图

未完待续,

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/在线问答5/article/detail/842479
推荐阅读
相关标签
  

闽ICP备14008679号