ubuntu 显卡驱动/cuda/cudnn

news2024/12/29 14:12:39

显卡驱动


https://www.bilibili.com/video/BV1Zc41137tU/?spm_id_from=333.999.0.0&vd_source=d75fca5b05d8be06d13cfffd2f4f7ab5
在这里插入图片描述

使用recommended的驱动,open和无open的区别在于无open更适合发挥NVIDIA显卡的全部功能和性能,特别是GPU加速计算等任务

在这里插入图片描述

https://www.nvidia.cn/content/DriverDownloads/confirmation.php?url=/XFree86/Linux-x86_64/530.41.03/NVIDIA-Linux-x86_64-530.41.03.run&lang=us&type=TITAN

(base) dell@dell-Precision-3630-Tower:~$ nvidia-detector
nvidia-driver-530
(base) dell@dell-Precision-3630-Tower:~$ lspci -v | grep -A 1 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9a (rev 02) (prog-if 00 [VGA controller])
	DeviceName: Onboard - Video
--
01:00.0 VGA compatible controller: NVIDIA Corporation Device 2504 (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 881d
----------------------------------------------------------------------------

根据您提供的信息,您的计算机上有两个显卡:

Intel Corporation Device 3e9a (rev 02)(设备名称:Onboard - Video):这是一块集成的显卡,通常用于处理基本图形任务。

NVIDIA Corporation Device 2504 (rev a1)(子系统:ASUSTeK Computer Inc. Device 881d):这是一块独立的NVIDIA显卡,通常用于处理更复杂的图形任务,如游戏或图形设计。

请注意,Intel的显卡通常被用作计算机的集成显卡,而独立显卡(如NVIDIA或AMD显卡)通常用于提供更高性能的图形处理能力。

计算机上的NVIDIA显卡是"NVIDIA Corporation Device 2504 (rev a1)",型号是"GeForce RTX 3060"
**因此选择驱动是530
----------------------------------------------------------------------------
(base) dell@dell-Precision-3630-Tower:/home$ find . -name "NVIDIA*"
./dell/Downloads/NVIDIA-Linux-x86_64-530.41.03.run
./dell/Downloads/NVIDIA-Linux-x86_64-535.54.03.run
./dell/dell-bak/dell/baum/NVIDIA-Linux-x86_64-530.41.03.run
./dell/dell-bak/dell/Downloads/NVIDIA-Linux-x86_64-530.41.03.run
./dell/dell-bak/dell/Documents/NVIDIA Nsight Systems
./dell/dell-bak/dell/anaconda3/lib/python3.10/site-packages/cmake/data/share/cmake-3.25/Modules/Compiler/NVIDIA-DetermineCompiler.cmake
./dell/dell-bak/dell/anaconda3/lib/python3.10/site-packages/cmake/data/share/cmake-3.25/Modules/Compiler/NVIDIA-CUDA.cmake
./dell/dell-bak/dell/anaconda3/pkgs/cudnn-7.6.5.32-h01f27c4_1/info/licenses/NVIDIA_SLA_cuDNN_Support.txt
./dell/dell-bak/dell/anaconda3/pkgs/cudatoolkit-10.2.89-h713d32c_11/info/licenses/NVIDIA_EULA
./dell/dell-bak/dell/anaconda3/pkgs/cudatoolkit-10.2.89-h713d32c_11/info/recipe/NVIDIA_EULA
./dell/a/NVIDIA-Linux-x86_64-525.78.01.run
./dell/a/NVIDIA-Linux-x86_64-515.65.01.run**

修改驱动为530并且nvidia-smi显示

在这里插入图片描述

重启后的结果如下图
在这里插入图片描述

cuda


https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=runfile_local

https://www.bilibili.com/video/BV1bW4y197Mo/?spm_id_from=333.788.recommend_more_video.-1&vd_source=d75fca5b05d8be06d13cfffd2f4f7ab5

wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run
sudo sh cuda_11.8.0_520.61.05_linux.run

在这里插入图片描述

以上问题是因为以下这步没有把文件下载完全

wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run

需要路径
/nvme/cudaspace

vim ~/.bashrc
export TMPDIR=/nvme/cudaspace

export PATH=/usr/local/cuda-11.8/bin:${PATH}
export LD_LIBRARY_PATH=/usr/local/cuda-11.8/lib64:${LD_LIBRARY_PATH}
source ~/.bashrc

#最后结果
(base) dell@dell-Precision-3630-Tower:~$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

cudnn


https://developer.nvidia.com/rdp/cudnn-download

sudo apt-get install zlib1g

#下载安装包到download
sudo dpkg -i cudnn-local-repo-ubuntu2004-8.9.2.26_1.0-1_amd64.deb
sudo cp /var/cudnn-local-repo-ubuntu2004-8.9.2.26/cudnn-local-6D0A7AE1-keyring.gpg /usr/share/keyrings/
sudo apt-get update
(base) dell@dell-Precision-3630-Tower:~$ sudo apt-get install libcudnn8=8.9.2.26-1+cuda11.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libcudnn8
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 0 B/465 MB of archives.
After this operation, 1,162 MB of additional disk space will be used.
Get:1 file:/var/cudnn-local-repo-ubuntu2004-8.9.2.26  libcudnn8 8.9.2.26-1+cuda11.8 [465 MB]
Selecting previously unselected package libcudnn8.
(Reading database ... 207154 files and directories currently installed.)
Preparing to unpack .../libcudnn8_8.9.2.26-1+cuda11.8_amd64.deb ...
Unpacking libcudnn8 (8.9.2.26-1+cuda11.8) ...
Setting up libcudnn8 (8.9.2.26-1+cuda11.8) ...
(base) dell@dell-Precision-3630-Tower:~$ sudo apt-get install libcudnn8-dev=8.9.2.26-1+cuda11.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libcudnn8-dev
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 0 B/455 MB of archives.
After this operation, 1,348 MB of additional disk space will be used.
Get:1 file:/var/cudnn-local-repo-ubuntu2004-8.9.2.26  libcudnn8-dev 8.9.2.26-1+cuda11.8 [455 MB]
Selecting previously unselected package libcudnn8-dev.
(Reading database ... 207171 files and directories currently installed.)
Preparing to unpack .../libcudnn8-dev_8.9.2.26-1+cuda11.8_amd64.deb ...
Unpacking libcudnn8-dev (8.9.2.26-1+cuda11.8) ...
Setting up libcudnn8-dev (8.9.2.26-1+cuda11.8) ...
update-alternatives: using /usr/include/x86_64-linux-gnu/cudnn_v8.h to provide /usr/include/cudnn.h (libcudnn) in auto mode
(base) dell@dell-Precision-3630-Tower:~$ sudo apt-get install libcudnn8-samples=8.9.2.26-1+cuda11.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libcudnn8-samples
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 0 B/1,665 kB of archives.
After this operation, 2,169 kB of additional disk space will be used.
Get:1 file:/var/cudnn-local-repo-ubuntu2004-8.9.2.26  libcudnn8-samples 8.9.2.26-1+cuda11.8 [1,665 kB]
Selecting previously unselected package libcudnn8-samples.
(Reading database ... 207204 files and directories currently installed.)
Preparing to unpack .../libcudnn8-samples_8.9.2.26-1+cuda11.8_amd64.deb ...
Unpacking libcudnn8-samples (8.9.2.26-1+cuda11.8) ...
Setting up libcudnn8-samples (8.9.2.26-1+cuda11.8) ...

#验证安装成功
$cp -r /usr/src/cudnn_samples_v8/ $HOME
$cd  $HOME/cudnn_samples_v8/mnistCUDNN
$make clean && make
#出现以下问题
base) dell@dell-Precision-3630-Tower:~/cudnn_samples_v8/mnistCUDNN$ make clean && make
rm -rf *o
rm -rf mnistCUDNN
CUDA_VERSION is 11080
Linking agains cublasLt = true
CUDA VERSION: 11080
TARGET ARCH: x86_64
HOST_ARCH: x86_64
TARGET OS: linux
SMS: 35 50 53 60 61 62 70 72 75 80 86 87  90
test.c:1:10: fatal error: FreeImage.h: No such file or directory
    1 | #include "FreeImage.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
>>> WARNING - FreeImage is not set up correctly. Please ensure FreeImage is set up correctly. <<<
[@] /usr/local/cuda/bin/nvcc -I/usr/local/cuda/include -I/usr/local/cuda/include -IFreeImage/include -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_53,code=sm_53 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_62,code=sm_62 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_72,code=sm_72 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_87,code=sm_87 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o fp16_dev.o -c fp16_dev.cu
[@] g++ -I/usr/local/cuda/include -I/usr/local/cuda/include -IFreeImage/include -o fp16_emu.o -c fp16_emu.cpp
[@] g++ -I/usr/local/cuda/include -I/usr/local/cuda/include -IFreeImage/include -o mnistCUDNN.o -c mnistCUDNN.cpp
[@] /usr/local/cuda/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_53,code=sm_53 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_62,code=sm_62 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_72,code=sm_72 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_87,code=sm_87 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o mnistCUDNN fp16_dev.o fp16_emu.o mnistCUDNN.o -I/usr/local/cuda/include -I/usr/local/cuda/include -IFreeImage/include -L/usr/local/cuda/lib64 -L/usr/local/cuda/lib64 -L/usr/local/cuda/lib64 -lcublasLt -LFreeImage/lib/linux/x86_64 -LFreeImage/lib/linux -lcudart -lcublas -lcudnn -lfreeimage -lstdc++ -lm

$sudo apt-get install libfreeimage3 libfreeimage-dev
$./mnistCUDNN
#以上输出为以下,则安装成功
...
Result of classification: 1 3 5

Test passed!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/704738.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

K8S集群安装与部署(Linux系统)

一、环境说明&#xff1a;CentOS7、三台主机&#xff08;Master&#xff1a;10.0.0.132、Node1&#xff1a;10.0.0.133、Node2&#xff1a;10.0.0.134&#xff09; 二、准备环境&#xff1a; 映射 关闭防火墙 三、etcd集群配置 安装etcd&#xff08;Master&#xff09; [ro…

[源码分析]-xxljob(1): 整体介绍

xxljob是一种分布式的调度框架&#xff0c;所谓分布式调度&#xff0c;是指调度器和执行器不在同一个进程里&#xff0c;因此必须进行远程服务调用&#xff0c;也需要考虑高可用问题。 但是由于调度器维护的数据是落库而在各个节点间共享的&#xff0c;因此不需要考虑数据的一…

必备数据可视化工具大揭秘

探索数据的美妙世界&#xff01;我们为您带来了一份精心策划的数据可视化工具分享合集。在这个数字时代&#xff0c;数据可视化是理解和传达数据的关键&#xff0c;而这些工具将帮助您以令人惊叹的方式展现数据的潜力。 分享一&#xff1a;伙伴云 伙伴云是一个提供仪表盘和可…

vscode超炫酷的编码特效详解

1.在扩展中搜索 插件&#xff1a;Power Mode 2.在设置里搜索Code Actions On Save 3.点击在settings.json中编辑 {"powermode.enabled": true, //启动// "powermode.presets": "flames", // 火花效果 // 炸裂// "powermode.presets&quo…

织梦宏,解锁元音之谜

本篇博客会讲解力扣“2586. 统计范围内的元音字符串数”的解题思路&#xff0c;这是题目链接。 本题可以使用一个宏来判断一个字符是不是元音字母&#xff0c;接着遍历字符串数组&#xff0c;统计满足条件的字符串个数。 需要满足的条件有&#xff1a; 第一个字符是元音字母。…

微信小程序 滚动到底部加载新的数据 之后滚动到顶部

1.配置到底部监听 在app.json的window里面加入 里面的300表示距离底部300rpx触发onReachBottom事件 默认50rpx "window": {"onReachBottomDistance": 300}, 2.在数据列表的js页面 /*** 页面上拉触底事件的处理函数*/onReachBottom() {console.log("…

采用 CD4011 的温度监测自动控制电路

该电路结构简单&#xff0c;制作容易&#xff0c;由一只与非门和一只热敏电阻组成测控电路和警笛声发声电路&#xff0c;由一只继电器作为执行电路。 一、电路工作原理 电路原理如图 8 所示。 测温电阻RT接在控制门D1的输入端&#xff0c;它和电阻R1、R2及RP通过RP的分压调节…

Cesium入门之十一:认识Cesium中的Entity

目录 Entity类简介Entity在Cesium中的作用Entity的常用属性使用Entity创建点、线、面常用的Entity图形对象及其属性创建点、线、面的方法创建点创建线创建面将点、线、面添加到viewer中 修改Entity的外观和样式点&#xff08;Point&#xff09;的外观样式线&#xff08;Polylin…

蓝奥声核心技术——无线协同代理技术

1.技术背景 无线协同代理技术指基于对目标场景状态变化的协同感知而获得触发响应并进行智能决策&#xff0c;属于蓝奥声核心技术--边缘协同感知(EICS&#xff09;技术的关键支撑性技术之一。该项技术涉及物联网边缘域的无线通信技术领域&#xff0c;具体主要涉及网络服务节点与…

mysql编写sql脚本:要求表没有主键,但是想查询没有相同值的时候才进行插入

文章目录 背景说明 背景说明 我这里主要针对2处地方要进行增量执行sql&#xff1a; 1.新功能需要创建一张新表结构indicator_alarm_threshold2.给菜单表和另一个表新增数据 我们现在使用的是项目启动先初始化加载init-table.sql的脚本(这里面的轻易不动了&#xff0c;保持原…

浏览器测试的三大挑战及解决方案

目录 跨浏览器测试&#xff0c;为什么重要 跨浏览器测试挑战及其解决方案 自动化挑战大 解决方案&#xff1a;正确选择工具 设施维护负担大 解决方案&#xff1a;选择可靠的云服务 浏览器适配列表太多 解决方案&#xff1a;选择多版本支持的平台 总结&#xff1a; 随着…

关于Nuxt3.6兼容低版本游览器的实战以及可能存在的问题

当我们网站打包上线后&#xff0c;有些问题我们肯定也要考虑在内&#xff0c;兼容性也是其中一个重要的一种&#xff0c;可能会有人说&#xff0c;都2023年了&#xff0c;还在乎那些废弃的游览器干啥&#xff0c;我只能说&#xff0c;错&#xff01;大错特错&#xff01; 我们不…

docker方式安装gitlab

一&#xff1a;docker 方式安装gitlab 用docker来安装比较方便简单&#xff0c;包括版本升级也会变得更简单。 1、拉取gitlab镜像 gitlab-ce表示的是社区免费版本 docker pull gitlab/gitlab-ce:latest2、创建映射文件 mkdir -p /data/docker/gitlab/etc mkdir -p /data/do…

虚拟现实(VR)在医疗保健中的5种应用

医疗保健中的VR虚拟现实 虚拟现实的由来已久&#xff0c;18世纪&#xff0c;法国的医生使用布制的分娩模拟器向助产师和外科医生教授医学技术。在20世纪60年代初&#xff0c;医生一边对心肺复苏学员口述心肺复苏的技巧&#xff0c;一边使用一家塑料玩具厂家制造的塑料娃娃现场…

前端开发工程师的自我修养:前端开发工程师必须掌握的 Promise(详解)以及在 Vue3 项目中的实战应用

文章目录 &#x1f4cb;前言&#x1f3af;关于 promise&#xff08;用于使用 JavaScript 编写的 Windows 应用商店应用&#xff09;的内容分享&#x1f9e9;promise 究竟是什么&#xff1f;承诺关系 &#x1f3af;JavaScript Promise&#x1f9e9;认识了解 Promise &#x1f3a…

RK3568平台开发系列讲解(外设篇)HX711调试

🚀返回专栏总目录 文章目录 一、HX711 工作原理二、硬件连接三、驱动四、修改设备树五、测试沉淀、分享、成长,让自己和他人都能有所收获!😄 📢本篇我们将讲解 HX711 模块调试。 一、HX711 工作原理 该部分由应变片与 HX711 模数转换器组成。应变片上的压力变化引起应…

线程基础、线程之间的共享和协作(初篇)

什么是进程和线程&#xff1f; 进程是操作系统进行资源分配的最小单位。资源包括cpu&#xff0c;内存空间&#xff0c;磁盘io等。同一进程里的多个线程共享该进程的全部系统资源。而进程与进程之间是相互独立的。 线程是cpu调度的最小单位&#xff0c;必须依托于进程而存在。…

高斯金字塔的秘密,尺度空间证明的思考

在构建图像尺度空间的过程中&#xff0c;唯一使用的核函数是高斯核&#xff0c;这一点被T Lindeber在文献《Scale-space theory: a basic tool for analyzing structures at different scales》中证明&#xff0c;高斯核是唯一可以产生多尺度空间的核。 相信大家在使用高斯金字…

Linux多线程与fork()函数

4.1多线程中使用进程复制 #include<stdio.h> #include<stdlib.h> #include<string.h> #include<unistd.h> #include<pthread.h> void* fun(void* arg) {for(int i0;i<5;i){printf("fun run pid%d\n",getpid());sleep(1);} } int m…

基于人工智能与边缘计算Aidlux的鸟类检测驱赶系统(可修改为coco 80类目标检测)

●项目名称 基于人工智能与边缘计算Aidlux的鸟类检测驱赶系统&#xff08;可修改为coco 80类目标检测&#xff09; ●项目简介 本项目在Aidlux上部署鸟类检测驱赶系统&#xff0c;通过视觉技术检测到有鸟类时&#xff0c;会进行提示。并可在源码上修改coco 80类目标检测索引直…