In order to run frameworks and packages like tensorflow and arrayfire, GPU drivers need to be replaced by NVIDIA drivers and we need to install CUDA toolkits including cusparse,cudnn, etc. to make CUDA C compilable on your computer.
Check your GPU type and serial number:
|
|
or use glxinfo
|
|
Check Drivers
run glxinfo|head if direct rendering: Yes = driver is installed well
Install GPU Drivers
Add the ppa repo
|
|
Install the recommended driver
|
|
Install CUDA and some other packages
Install everything else
|
|