当前位置:网站首页>CUDA environment installation
CUDA environment installation
2022-04-23 06:43:00 【~Ha】
sketch
Recent learning cuda It is necessary to install the relevant environment , After tossing and turning for a long time, I finally succeeded .
First, explain the computer configuration : lenovo R7000 new win10+GTX1650 install cuda It has been installed in advance vs2017
Let's talk about my installation process :
setup script
1. Go to Download from NVIDIA's official website cuda Installation package , Download the corresponding version according to your needs , The online version is the same as the local version , The installation process is basically the same .
At the beginning, I downloaded cuda The latest edition (11.0), At first, I was young and ignorant and thought it was not difficult to install , Double click the application directly to install , In order to save trouble, the simplified installation method is directly selected , The results are clear , None of the components were successfully installed .
2. After the installation fails, go to the Internet to find cuda Installation failed tutorial , You need to use the custom installation method when you find the installation , Cancel vs Related components of , Separate installation later
Looking for pictures on the Internet , Please ignore the version number .
Obviously , This way is also cold , As last time, all components failed to install
3. Installation failed again , Continue to find tutorials online . from [https://blog.csdn.net/Zz0615/article/details/88761910] The big brother learned from his blog that there may be something wrong with the driver . Just follow brother's method download DDU Clear drive , Big brother blog also said that after clearing the driver, install it in safe mode , I thought it was too much trouble to skip this step , Here, repeat the installation process of the previous step , It failed in the end , Very afflictive .
4. I can't stand tossing about for so long , It's also useful to ask one cuda My friend said it might be the version problem , He said he used 10.2 edition , For this reason, I made another 10.2 Version of , Repeat the installation process in step 2 , It still failed . Ask again , I think it's possible vs The version of is too high , For this reason, I uninstalled vs2017 reinstalled vs2013, Re install cuda. Thinking that there should be no problem, you can directly use the simplified installation method to install , It turned out to be a failure . Finally, I had no choice but to re-use the custom method for installation and cancel vs Related components of , Heaven's care , This time it's a success .
Finally, double-click again to open cuda Installation procedure , choice Custom installation , Only... Will be installed this time vs The components of , Other components have been installed successfully . Explain , Some blogs say that this installation vs Components will make mistakes when compiling the project , But my can compile normally , No errors are reported . I am installing vs The first installation process of the component is completely repeated , Folders are the same , It's different when you check install components .
summary
Finally, to sum up, I installed cuda Key points in the process .
First ,cuda and vs The newer version is not the better , Old versions are generally tempered , Often more stable . Finally, the environment I installed is vs2013+cuda10.2
secondly , You must use a custom installation method to install vs Components are installed separately
版权声明
本文为[~Ha]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230548244870.html
边栏推荐
- 【UDS统一诊断服务】一、诊断概述(1)— 诊断概述
- [UDS unified diagnostic service] i. overview of diagnosis (4) - basic concepts and terms
- ROS包nmea_navsat_driver读取GPS、北斗定位信息笔记
- 【OpenCV】使用 FileStorage 读写 Eigen 向量
- FOC SVPWM函数PWMC_SetPhaseVoltage解析
- For() loop parameter call order
- 数组旋转
- 【踩坑】Win11 WSL2 中 meld 无法正常使用问题修复
- Uniapp encapsulates request
- 猜數字遊戲
猜你喜欢
基于VGG对五种类别图片的迁移学习
Vscode custom comments
【UDS统一诊断服务】三、应用层协议(2)
Graduation project, curriculum link, student achievement evaluation system
cuda工程更换环境(电脑)后遇到的一系列编译问题
[UDS unified diagnosis service] i. diagnosis overview (1) - diagnosis overview
cv_bridge 与opencv 版本不匹配的解决
PHP junior programmers, take orders and earn extra money
Shell脚本 &&和||的使用
C语言的运算符
随机推荐
使用TransmittableThreadLocal实现参数跨线程传递
C语言数组处理批量数据
ArcGIS license错误-15解决方法
Class inheritance and derivation
Qt 添加QSerialPort类 实现串口操作
【UDS统一诊断服务】四、诊断典型服务(6)— 输入输出控制单元(0x2F)
Call procedure of function
类和对象的初始化(构造函数与析构函数)
带默认模板实参的类模板与模板模板形参的匹配
深蓝学院激光slam理论与实践 -第二章(里程计标定)作业
Cross domain issues - allow origin header contains multiple values but only one is allowed
搭建openstack平台
PHP junior programmers, take orders and earn extra money
Vscode custom comments
卷积神经网络实现CIFAR100数据集分类
C语言进阶要点笔记5
【无标题】
Swagger2 generates API documents
cuda工程更换环境(电脑)后遇到的一系列编译问题
[UDS unified diagnostic service] III. application layer protocol (1)