当前位置:网站首页>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\BuildCustomizationsVS2017:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizationsVS2019:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizationsuninstall
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
边栏推荐
- Use ECs to set up an agent
- 专为决策树打造,新加坡国立大学&清华大学联合提出快速安全的联邦学习新系统
- Void keyword
- npm无法安装sharp
- How do I write Flask's excellent debug log message to a file in production?
- 金融人士必读书籍系列之六:权益投资(基于cfa考试内容大纲和框架)
- SQL server generates auto increment sequence number
- 自制J-Flash烧录工具——Qt调用jlinkARM.dll方式
- BasicVSR_ Plusplus master test videos and pictures
- 雅思口语的具体步骤和时间安排是什么样的?
猜你喜欢

How to confirm the storage mode of the current system by program?

Heavyweight news | softing fg-200 has obtained China 3C explosion-proof certification to provide safety assurance for customers' on-site testing

CSDN 上传图片取消自动加水印的方法

软考高级(信息系统项目管理师)高频考点:项目质量管理

Export MySQL table data in pure mode

Aardio - integrate variable values into a string of text through variable names

【编译原理】做了一半的LR(0)分析器

新手程序员该不该背代码?

手写ABA遇到的坑

Mysql 身份认证绕过漏洞(CVE-2012-2122)
随机推荐
memcached
Config:invalid signature solution and troubleshooting details
Mysql database basic operations DML
Improving Multimodal Accuracy Through Modality Pre-training and Attention
案例推荐丨安擎携手伙伴,保障“智慧法院”更加高效
机试刷题1
Jafka来源分析——Processor
hdu 5077 NAND(暴力打表)
变量与“零值”的比较
Unified Focal loss: Generalising Dice and cross entropy-based losses to handle class imbalanced medi
「小程序容器技术」,是噱头还是新风口?
Puppeter connects to the existing Chrome browser
自制J-Flash烧录工具——Qt调用jlinkARM.dll方式
Extern keyword
Windows Auzre 微软的云计算产品的后台操作界面
const关键字
金融人士必读书籍系列之六:权益投资(基于cfa考试内容大纲和框架)
CocosCreator+TypeScripts自己写一个对象池
General implementation and encapsulation of go diversified timing tasks
Const keyword