当前位置:网站首页>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
边栏推荐
- Reading notes of the beauty of programming
- Getting started with devkit
- 数据分析思维分析方法和业务知识——分析方法(三)
- OpenCV经典100题
- MIT doctoral thesis | robust and reliable intelligent system using neural symbol learning
- Spark SQL null value, Nan judgment and processing
- 云导DNS和知识科普以及课堂笔记
- 数据分析思维分析方法和业务知识——分析方法(二)
- Lone brave man
- 程序员成长第九篇:真实项目中的注意事项
猜你喜欢
[EI conference sharing] the Third International Conference on intelligent manufacturing and automation frontier in 2022 (cfima 2022)
[groovy] compile time meta programming (AST syntax tree conversion with annotations | define annotations and use groovyasttransformationclass to indicate ast conversion interface | ast conversion inte
Opencv classic 100 questions
常用API类及异常体系
毕设-基于SSM高校学生社团管理系统
The population logic of the request to read product data on the sap Spartacus home page
anconda下载+添加清华+tensorflow 安装+No module named ‘tensorflow‘+KernelRestarter: restart failed,内核重启失败
Cf:h. maximum and [bit operation practice + K operations + maximum and]
Meta AI西雅图研究负责人Luke Zettlemoyer | 万亿参数后,大模型会持续增长吗?
Leetcode 450 deleting nodes in a binary search tree
随机推荐
DD's command
[groovy] JSON serialization (jsonbuilder builder | generates JSON string with root node name | generates JSON string without root node name)
孤勇者
Ffmpeg captures RTSP images for image analysis
Synchronized and reentrantlock
State mode design procedure: Heroes in the game can rest, defend, attack normally and attack skills according to different physical strength values.
[Online gadgets] a collection of online gadgets that will be used in the development process
NLP text processing: lemma [English] [put the deformation of various types of words into one form] [wet- > go; are- > be]
curlpost-php
Idea远程提交spark任务到yarn集群
C language programming (Chapter 6 functions)
Problems and solutions of converting date into specified string in date class
时间戳的拓展及应用实例
Arduino hexapod robot
Spark DF adds a column
MCU通过UART实现OTA在线升级流程
Spark SQL UDF function
Spark获取DataFrame中列的方式--col,$,column,apply
For a deadline, the IT fellow graduated from Tsinghua suddenly died on the toilet
Yolov5, pychar, Anaconda environment installation