wiki:Courseware/aParDist/Project3

Version 4 (modified by seskar, 7 years ago) ( diff )

Project 3: Program this and this 3

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

Compiling samples:

cd /usr/local/cuda-8.0/samples
make
Note: See TracWiki for help on using the wiki.