摘要: 安装扩展 vscode-cudacpp 代码高亮 Nsight Visual Studio Code Edition debug 配置文件 c_cpp_properties.json { "configurations": [ { "name": "Linux", "includePath": [ 阅读全文
posted @ 2021-11-27 19:32 DLCan'tBeAccelerated 阅读(2419) 评论(2) 推荐(0)
摘要: #1. 安装 Docker 和 Nvidia-Docker 先安装 docker,再安装 nvidia-docker,参见 https://tianws.github.io/skill/2019/04/09/docker/ 安装完 nvidia-docker 后安装 nvidia/cuda:11.2 阅读全文
posted @ 2021-04-27 15:09 DLCan'tBeAccelerated 阅读(105) 评论(0) 推荐(0)
摘要: GVProf 官方安装教程 https://gvprof.readthedocs.io/en/latest/install.html 本博客对它做出解释 不要选择一次性安装,可能会出现不可预知的错误。 #1. 下载源码 git clone --recursive https://github.com 阅读全文
posted @ 2021-04-24 08:44 DLCan'tBeAccelerated 阅读(292) 评论(0) 推荐(0)
摘要: ##1. 安装软件提示:[Error 13] 权限不够 软件要写入的文件owner错误 chown -R user file ##2. wget 出现 403 Forbidden 下载上传 ##3. 服务器本地传输文件 配置Xshell:属性-文件传输-Zmodem 安装lrzsz: sudo ap 阅读全文
posted @ 2021-04-13 09:43 DLCan'tBeAccelerated 阅读(156) 评论(0) 推荐(0)