Last active
September 6, 2017 10:24
-
-
Save arcaduf/f2ac62ebc22afb5b3129caa66766d224 to your computer and use it in GitHub Desktop.
Installing CUDA on Ubuntu 16.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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