Version 5 (modified by 8 years ago) ( diff ) | ,
---|
Project 3: Program this and this 3
Table of Contents
Image
Start with baseline and add NVIDIA CUDA support by:
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.44-1_amd64.deb dpkg -i cuda-repo-ubuntu1404_8.0.44-1_amd64.deb apt-get update apt-get install cuda
Prepare the CUDA libraries and the OS: Create a file at /etc/modprobe.d/blacklist-nouveau.conf with the following contents:
blacklist nouveau options nouveau modeset=0
Regenerate the kernel initramfs:
update-initramfs -u
Compiling samples:
cd /usr/local/cuda-8.0/samples make
Note:
See TracWiki
for help on using the wiki.