본문 바로가기
IT정보

자신의 GPU에 맞는 CUDA 버전 설치하기

by NickNameInfo1 2024. 3. 31.
반응형

자신의 GPU에 맞는 버전 설치하기

아래 사이트에서 자신의 GPU에 맞는 버전을 찾는다.

 

Wikiwand - CUDA

Compute Unified Device Architecture (CUDA) is a parallel computing platform and application programming interface (API) that allows software to use certain types of graphics processing units (GPUs) for accelerated general-purpose processing, an approach ca

www.wikiwand.com

반응형

버전 찾는 예시)

1. 우선 표를 참고하여 자신의 GPU에 맞는 Compute capability (version)을 찾는다. 예를 들어 자신이 RTX 3060을 쓰고 있다면 Compute capability (version)이 8.6이다.

 

2. GPUs supported 표를 참고하여 자신에게 맞는 CUDA버전을 참고한다.

표가 복잡해서 알아보기 힘들수 있는데 자신의 Compute capability (version) 값 밑으로 존재하는 CUDA를 설치 할수 있다고 보면된다. 예를 들어  Compute capability 8.6이라면 CUDA 11.1 ~ 12.4 설치 가능하고 Computecapability 8.9라면 CUDA 11.8 ~ 12.4 설치 가능하다

 

자신에게 맞는 CUDA버전을 찾았다면 밑의 CUDA 공식 홈페이지에서 맞는 버전을 설치하면 된다.

 

CUDA Toolkit Archive

Previous releases of the CUDA Toolkit, GPU Computing SDK, documentation and developer drivers can be found using the links below. Please select the release you want from the list below, and be sure to check www.nvidia.com/drivers for more recent production

developer.nvidia.com

 

반응형