NVIDIA Driver Ubuntu
Add the NVIDIA GPU driver PPA to your system:
Install the current latest drivers for your system:
sudo apt update sudo apt install nvidia-driver-xxx
sudo apt update sudo apt install nvidia-driver-xxx
Note
Support for Ubuntu 16.04 is removed since SDK 2.7. To see Ubuntu 16.04 instructions for an earlier SDK version, change the Knowledge Base version in the top left corner.
After installing the driver, restart your system:
sudo reboot
Check OpenCL driver
Execute the following command to get a synthetic summary about all OpenCL platforms on the system and the devices they expose:
Note
You first have to install clinfo.
/usr/bin/clinfo -l
If clinfo doesn’t print anything, you might have to add your user to group Video.