I have searched many places but ALL I get is HOW to install it, not how to verify that it is installed. I can verify my NVIDIA driver is installed, and that CUDA is installe
I have cuDNN 8.0 and none of the suggestions above worked for me. The desired information was in /usr/include/cudnn_version.h, so
/usr/include/cudnn_version.h
cat /usr/include/cudnn_version.h | grep CUDNN_MAJOR -A 2
did the trick.