当前位置:网站首页>CUDA exploration
CUDA exploration
2022-07-06 22:45:00 【Liuqz2009】
cuda command
View version
nvcc -V
Check whether the graphics card driver is installed successfully
nvidia-smi
install
Check... When installing Visual Studio Integration , stay VS Build will appear cuda Options for the project
Visual Studio Integration (MSBuild) | Microsoft Docs
Nsight Compute Use _USST_Coder The blog of -CSDN Blog
After the installation , open VS, Similar will be added CUDA 11.1 Runtime Such an option
VS newly build cuda engineering _ Cherish Nanyi's blog -CSDN Blog _vs establish cuda project
Existing Visual Studio Add... To the project CU file _hollyzhiyue The blog of -CSDN Blog
It is mainly about BuildCustomizations Copy the files in to VS The corresponding position of :
<ImportGroup Label="ExtensionSettings">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.1.props" />
</ImportGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.1.targets" />
</ImportGroup>
$(VCTargetsPath) In different VS Corresponding to different positions in the version :
VS2015:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations
VS2017:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations
VS2019:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations
uninstall
https://www.csdn.net/tags/NtzaIg1sNDgwNDAtYmxvZwO0O0OO0O0O.html
cudnn
cuDNN download _ Ben Zun is meow's blog -CSDN Blog _cudnn download
CUDA compile
CUDA compile ( One )--- Use nvcc compile cuda_fb_help The blog of -CSDN Blog _cuda compile
nvcc gcc g++ Mixed compiler programming _aban-mtd The blog of -CSDN Blog
边栏推荐
猜你喜欢
Balanced Multimodal Learning via On-the-fly Gradient Modulation(CVPR2022 oral)
Adavit -- dynamic network with adaptive selection of computing structure
Rust knowledge mind map XMIND
Traversal of a tree in first order, middle order, and then order
Aardio - 利用customPlus库+plus构造一个多按钮组件
MySQL authentication bypass vulnerability (cve-2012-2122)
如何用程序确认当前系统的存储模式?
金融人士必读书籍系列之六:权益投资(基于cfa考试内容大纲和框架)
That's why you can't understand recursion
ICLR 2022 | 基于对抗自注意力机制的预训练语言模型
随机推荐
【踩坑合辑】Attempting to deserialize object on CUDA device+buff/cache占用过高+pad_sequence
Gd32f4xx serial port receive interrupt and idle interrupt configuration
手写ABA遇到的坑
Leetcode exercise - Sword finger offer 26 Substructure of tree
Clip +json parsing converts the sound in the video into text
动作捕捉用于蛇运动分析及蛇形机器人开发
2014 Alibaba web pre intern project analysis (1)
如何用程序确认当前系统的存储模式?
memcached
Heavyweight news | softing fg-200 has obtained China 3C explosion-proof certification to provide safety assurance for customers' on-site testing
Const keyword
Signed and unsigned keywords
专为决策树打造,新加坡国立大学&清华大学联合提出快速安全的联邦学习新系统
AdaViT——自适应选择计算结构的动态网络
CSDN 上传图片取消自动加水印的方法
On the problems of born charge and non analytical correction in phonon and heat transport calculations
Mysql 身份认证绕过漏洞(CVE-2012-2122)
Dealing with the crash of QT quick project in offscreen mode
Adavit -- dynamic network with adaptive selection of computing structure
Aardio - integrate variable values into a string of text through variable names