View installed versions of CUDA and CUDNN under Ubuntu system

A view CUDA version:

Into the root directory:

cat /usr/local/cuda/version.txt

I was 9.0.103

 

Second, the view CUDNN version:

cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2

I was 7.0.1

Guess you like

Origin www.cnblogs.com/taoyuyeit/p/11233622.html