Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Last active September 6, 2017 10:24
Show Gist options
  • Save arcaduf/f2ac62ebc22afb5b3129caa66766d224 to your computer and use it in GitHub Desktop.
Save arcaduf/f2ac62ebc22afb5b3129caa66766d224 to your computer and use it in GitHub Desktop.
Installing CUDA on Ubuntu 16.04
Chech whether your gcc and g++ are the right version, i.e. version 5.
Go to "Software and Updates", then "Additional Drivers"; select NVIDIA drivers 375; install and restart.
Download the CUDA toolkit 8.0 from the official website.
Run the .run file accepting everything except the installation of the NVIDIA drivers, which already exist.
Go to the sample folder; run "make" and try the "matrixMul" script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment