cuda install
페이지 정보
작성자 허상복 댓글 0건 조회 9,746회 작성일 15-04-16 22:09본문
설치전 확인
$ lspci | grep -i nvidia
$ uname -m && cat /etc/*release
홈페이지에서 dev 설치
- http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#ubuntu-installation
$ sudo dpkg -i cuda-repo-<distro>_<version>_<architecture>.deb
$ sudo apt-get update
$ sudo apt-get install cuda
$ sudo apt-get install cuda-drivers
설치 확인
$ cd /usr/local/cuda/bin
$ ./cuda-install-samples-6.5.sh ~
$ cd
$ cd NVIDIA_CUDA-6.5_Samples
$ make
$ lspci | grep -i nvidia
$ uname -m && cat /etc/*release
홈페이지에서 dev 설치
- http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#ubuntu-installation
$ sudo dpkg -i cuda-repo-<distro>_<version>_<architecture>.deb
$ sudo apt-get update
$ sudo apt-get install cuda
$ sudo apt-get install cuda-drivers
설치 확인
$ cd /usr/local/cuda/bin
$ ./cuda-install-samples-6.5.sh ~
$ cd
$ cd NVIDIA_CUDA-6.5_Samples
$ make
첨부파일
- CUDA_Getting_Started_Windows.pdf (1.5M) 1137회 다운로드 | DATE : 2015-04-16 22:10:49
관련링크
- https://developer.nvidia.com/cuda-downloads 6009회 연결
- http://enginius.tistory.com/529 7236회 연결
댓글목록
등록된 댓글이 없습니다.