Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 채보
- mysql
- C
- paramiko
- LIST
- Visual Studio
- pip
- pandas
- 기타 연주
- 명령어
- label
- Numpy
- ubuntu
- JSON
- 프로그래머스
- pytorch
- error
- 오류
- Linux
- Docker
- OpenCV
- Selenium
- SSH
- YOLO
- C++
- VS Code
- windows forms
- Python
- C#
- 핑거스타일
Archives
- Today
- Total
기계는 거짓말하지 않는다
Linux cuDNN 버전 확인 본문
8 버전 이후는 아래와 같이 사용한다.
cat /usr/local/cuda/include/cudnn_version.h | grep CUDNN_MAJOR -A 2
8 버전 보다 낮을 경우 헤더파일이 다르다. (cudnn.h)
아래와 같이 입력한다.
cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2
'Linux' 카테고리의 다른 글
FFMPEG CUDA 하드웨어 가속 (Hardware Acceleration) (0) | 2022.11.11 |
---|---|
Linux 명령어 결과 출력, 파일 동시 확인 (0) | 2022.11.04 |
CMake Error: Could not find CMAKE_ROOT (0) | 2022.06.23 |
Linux bashrc 수정 오류 (0) | 2022.06.23 |
Linux error: openssl (0) | 2022.06.17 |
Comments