[윈도우10] CUDA, cuDNN 설치 방법_1

2021. 9. 23. 21:15업무 스킬/Python(파이썬)

728x90

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)

https://developer.nvidia.com/cuda-10.1-download-archive-base?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal

 

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 설치는 다음 포스팅으로

728x90