fatal error: cublas_v2.h: No such file or directory [How to Solve]

fatal error: cublas_v2.h: No such file or directory
Reason for error: nvidia graphics card CUDA is not installed
Check the CUDA version: nvcc -V
Install CUDA:sudo apt install nvidia-cuda-toolkit

Read More: