본문 바로가기
Deep learning

gpu cuda 호환성 확인

by min0114 2023. 10. 25.

딥러닝을 하려면 설치하는 것 부터 처음 시작하는 사람에겐

만만찮은 일이라고 생각이 들 수 있는데 

 

아래와 같은 사이트를 참고하면 내가 가지고 있는 gpu를 찾아 맞는 쿠다 버전 찾기가 쉬워진다.

 

 

참고 하면 좋을 사이트 

- 내가 가지고 있는 그래픽 드라이버와 확인

 

CUDA Toolkit and Corresponding Driver Versions

https://www.wikiwand.com/en/CUDA#/GPUs_supported

 

Wikiwand - CUDA

CUDA is a proprietary and closed source parallel computing platform and application programming interface that allows software to use certain types of graphics processing units for general purpose processing, an approach called general-purpose computing on

www.wikiwand.com

 

- CUDA Driver 버전 맞추기 

# Table 3 CUDA Toolkit and Corresponding Driver Versions

https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#cuda-major-component-versions

 

CUDA 12.3 Release Notes

3.1. Notice This document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation (“NVIDIA”) makes no representations or warranties, expressed

docs.nvidia.com

https://docs.nvidia.com/deploy/cuda-compatibility/

 

CUDA Compatibility :: NVIDIA Data Center GPU Driver Documentation

The NVIDIA® CUDA® Toolkit enables developers to build NVIDIA GPU accelerated compute applications for desktop computers, enterprise, and data centers to hyperscalers. It consists of the CUDA compiler toolchain including the CUDA runtime (cudart) and vari

docs.nvidia.com

 

 

반응형

댓글