cuda install

페이지 정보

작성자 허상복 댓글 0건 조회 8,474회 작성일 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

첨부파일

댓글목록

등록된 댓글이 없습니다.