자신의 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
'IT정보' 카테고리의 다른 글
face recognition 얼굴 인식 모델 시작하기 (0) | 2024.03.31 |
---|---|
깃 허브 저장소 그대로 옮기는 방법 - 소유자 변경 (0) | 2024.02.22 |
GitHub 계정 복구하기 (0) | 2024.02.22 |
무료 웹 템플릿 다운로드 사이트 - Bootstrap 사이트 (0) | 2024.01.23 |
직접 NFT 판매하고 수익 내기 (0) | 2024.01.22 |