当前位置:网站首页>Ubantu check cudnn and CUDA versions
Ubantu check cudnn and CUDA versions
2022-07-06 00:49:00 【@BangBang】
1. cudnn edition
Enter the first /usr Under the table of contents
1 cd /usr
Search under this directory cudnn.h perhaps cudnn_version.h file
2 sudo find -name cudnn.h
The search results are as follows
./include/cudnn.h
Then execute the following command
3 cat ./include/cudnn.h | grep CUDNN_MAJOR -A 2
give the result as follows :
Corresponding cudnn
Version is 7.6.4
2. see cuda edition
1. Enter the following command on the command line , see version.txt The content of Be careful cat Space after
cat /usr/local/cuda/version.txt
2. There is another way to view GPU Occupancy
nvidia-smi
This also allows you to view the current GPU Version of
3. If installed cudatoolkit You can also use the following command to view the current cuda edition
nvcc -V
边栏推荐
- Yolov5、Pycharm、Anaconda环境安装
- For a deadline, the IT fellow graduated from Tsinghua suddenly died on the toilet
- Opencv classic 100 questions
- I'm interested in watching Tiktok live beyond concert
- Cf:c. the third problem
- Reading notes of the beauty of programming
- Date类中日期转成指定字符串出现的问题及解决方法
- 可恢复保险丝特性测试
- Multithreading and high concurrency (8) -- summarize AQS shared lock from countdownlatch (punch in for the third anniversary)
- 如何制作自己的機器人
猜你喜欢
Intensive learning weekly, issue 52: depth cuprl, distspectrl & double deep q-network
【EI会议分享】2022年第三届智能制造与自动化前沿国际会议(CFIMA 2022)
[groovy] compile time metaprogramming (compile time method injection | method injection using buildfromspec, buildfromstring, buildfromcode)
vSphere实现虚拟机迁移
Folding and sinking sand -- weekly record of ETF
Arduino hexapod robot
Intranet Security Learning (V) -- domain horizontal: SPN & RDP & Cobalt strike
Leetcode 450 deleting nodes in a binary search tree
XML Configuration File
程序员搞开源,读什么书最合适?
随机推荐
Dynamic programming -- linear DP
云导DNS和知识科普以及课堂笔记
建立时间和保持时间的模型分析
Leetcode:20220213 week race (less bugs, top 10% 555)
【文件IO的简单实现】
Curlpost PHP
小程序技术优势与产业互联网相结合的分析
cf:H. Maximal AND【位运算练习 + k次操作 + 最大And】
Location based mobile terminal network video exploration app system documents + foreign language translation and original text + guidance records (8 weeks) + PPT + review + project source code
Room cannot create an SQLite connection to verify the queries
LeetCode 斐波那契序列
Set data real-time update during MDK debug
Opencv classic 100 questions
[EI conference sharing] the Third International Conference on intelligent manufacturing and automation frontier in 2022 (cfima 2022)
Notepad + + regular expression replace String
Intranet Security Learning (V) -- domain horizontal: SPN & RDP & Cobalt strike
详细页返回列表保留原来滚动条所在位置
MySQL存储引擎
Getting started with devkit
OpenCV经典100题