I just installed cuDNN 6 today and am trying to execute some tests in Theano. However, I’m getting the below error message:
‘Can not use cuDNN on context None: cannot compile with cuDNN. We got this error:
In file included from /tmp/try_flags_OrguJA.c:4:0:
/usr/include/cudnn.h:63:26: fatal error: driver_types.h: No such file or directory
compilation terminated.’
Where can I find the driver_types.h file and where is it supposed to be?
I found the file in /usr/local/cuda-8.0/targets/x86_64-linux/include/. Is it just this one file that I need to move the whole directory that needs moving?