For some specific purpose, I am building TF 1.14 from source with CUDA 11.1, CUDNN 8.0.4 & TensorRT 7.2 on Ubuntu 16.04 but getting an error:-
I have verified that CUDNN is installed at /usr/include/cudnn.h and following this stackoverflow answer I have copy pasted cudnn.h file at /usr/local/cuda/ and "libcudnn8_8.0.4.30-1+cuda11.1_amd64.deb" , "libcudnn8-dev_8.0.4.30-1+cuda11.1_amd64.deb" files to to /usr/local/cuda. Can anyone please help me?
As a side note, which I think probably not the cause of this issue; there are two CUDNN and CUDA versions installed on the machine.