I have trouble in verifying cuDNN v7.0. First navigate to the directory
cd $HOME/cudnn_samples_v7/mnistCUDNN
make clean && make
I get wrong in this step and it shows “fatal error: driver_types.h doesn’t exit. Makefile:200: recipe for target ‘fp16_emu.o’ failed. …”
Can anyone help me? By the way, if I want to completely uninstall cuDNN, what should I do in Ubuntu terminal? Thank you.