Bootstrap

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


1,Linux 环境

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

安装较新版本的 cuda sdk

下载cuda-samples github repo

编辑修改 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

Windows


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


在working directory中输入目录


点击右侧的  Start
按钮即可

待截图

未完待续,

;