当前位置:网站首页>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
边栏推荐
- 云导DNS和知识科普以及课堂笔记
- 【文件IO的简单实现】
- Programmer growth Chapter 9: precautions in real projects
- Set data real-time update during MDK debug
- Installation and use of esxi
- curlpost-php
- An understanding of & array names
- 小程序技术优势与产业互联网相结合的分析
- anconda下载+添加清华+tensorflow 安装+No module named ‘tensorflow‘+KernelRestarter: restart failed,内核重启失败
- Leetcode Fibonacci sequence
猜你喜欢
Spark AQE
时间戳的拓展及应用实例
Folding and sinking sand -- weekly record of ETF
Spark SQL空值Null,NaN判断和处理
[groovy] JSON string deserialization (use jsonslurper to deserialize JSON strings | construct related classes according to the map set)
Starting from 1.5, build a micro Service Framework - call chain tracking traceid
OpenCV经典100题
Arduino hexapod robot
Cf:h. maximum and [bit operation practice + K operations + maximum and]
Arduino六足机器人
随机推荐
Set data real-time update during MDK debug
Notepad + + regular expression replace String
孤勇者
Beginner redis
[groovy] JSON serialization (jsonbuilder builder | generates JSON string with root node name | generates JSON string without root node name)
Power query data format conversion, Split Merge extraction, delete duplicates, delete errors, transpose and reverse, perspective and reverse perspective
State mode design procedure: Heroes in the game can rest, defend, attack normally and attack skills according to different physical strength values.
Spark DF增加一列
How to use the flutter framework to develop and run small programs
Promise
cf:H. Maximal AND【位运算练习 + k次操作 + 最大And】
Free chat robot API
2022-02-13 work record -- PHP parsing rich text
Power Query数据格式的转换、拆分合并提取、删除重复项、删除错误、转置与反转、透视和逆透视
Room cannot create an SQLite connection to verify the queries
Idea remotely submits spark tasks to the yarn cluster
The detailed page returns to the list and retains the original position of the scroll bar
激动人心,2022开放原子全球开源峰会报名火热开启
Analysis of the combination of small program technology advantages and industrial Internet
测试/开发程序员的成长路线,全局思考问题的问题......