GPU2 Using NVIDIA/DIGITS with Docker on Ubuntu 16.04 Make sure you have installed the NVIDIA driver and a supported version of Docker for your distribution. 1) Install CUDA on Ubuntu 16.04 a) Remove Nouveau Driver Set Disable Nouveau Driver to avoid conflict with NVidia Driver $ sudo apt-get remove nvidia* && sudo apt autoremove $ sudo apt-get install dkms build-essential linux-headers-generic Insert as follows in /etc/modprobe.d/blacklist.conf $ .. 2018. 9. 11. MAC에서 QT + CUDA 사용하기 1. 준비사항∙ CUDA 사용이 가능한 GPU (CUDA 사용 가능 하드웨어 목록)∙ Mac OS X 10.8 or later ∙ gcc 또는 Clang 컴파일러와 툴체인이 Xcode에 설치되어 있을 것∙ Command Line Tools 패키지 설치 필요∙ the NVIDIA CUDA Toolkit 설치할 것(CUDA Download page)∙ 환경변수 설정 (매우 중요)export PATH=/Developer/NVIDIA/CUDA-6.0/bin:$PATH export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-6.0/lib:$DYLD_LIBRARY_PATH 2. 설치 확인∙ 드라이버 설치 확인kextstat | grep -i cuda∙ 컴파일러 설치 확인nvcc -V∙.. 2014. 7. 17. 이전 1 다음