2021. 9. 23. 21:15ㆍ업무 스킬/Python(파이썬)
1. 내 컴퓨터 GPU 확인.
2. 내 GPU의 성능 확인.
-아래 Web 들어가서
https://www.wikiwand.com/en/CUDA#/GPUs_supported
CUDA | Wikiwand
CUDA is a parallel computing platform and application programming interface model created by Nvidia.[1] It allows software developers and software engineers to use a CUDA-enabled graphics processing unit for general purpose processing – an approach term
www.wikiwand.com
Ctrl + F로 내 GPU명 찾은 후, Computing 성능 찾음. 내 GPU의 경우 6.1
3. 내 GPU에 맞는 CUDA Version 확인.
내 GPU 성능은 6.1 이기 때문에 CUDA 10.0 ~10.2 사용하면 됨.
- 아래 Web 들어가서 볼 수 있음
https://en.wikipedia.org/wiki/CUDA
CUDA - Wikipedia
From Wikipedia, the free encyclopedia Jump to navigation Jump to search Parallel computing platform and programming model CUDA (an acronym for Compute Unified Device Architecture) is a parallel computing platform and application programming interface (API)
en.wikipedia.org
4. CUDA 설치.
-아래 Web 들어가서 아래 같이 선택 후 다운 후 설치. (나의 경우 10.1 Version)
CUDA Toolkit 10.1 original Archive
Select Target Platform Click on the green buttons that describe your target platform. Only supported platforms will be shown. Operating System Architecture Distribution Version Installer Type Do you want to cross-compile? Yes No Select Host Platform Click
developer.nvidia.com
그냥 Next로 해서 default로 설치하면 됨.
5. 설치 및 설정이 잘 되었나 확인.
cuDNN 설치는 다음 포스팅으로
'업무 스킬 > Python(파이썬)' 카테고리의 다른 글
[Jupyter Notebook] 테마,글씨 크기 간격 변경하는 법. (0) | 2021.10.24 |
---|---|
[윈도우10] CUDA, cuDNN 설치 방법_2 (0) | 2021.09.24 |
[Pandas] group별 Sequence 표현하는 열 생성하기 (0) | 2021.09.08 |
[Python] np.max axis 와 keepdims (0) | 2021.07.31 |
[PyTorch] model 에서 NotImplementedError 해결 (0) | 2021.07.23 |