mhauskn / recurrent-caffe

Recurrent version of Caffe
Other
0 stars 1 forks source link

cublas_v2.h: No such file or directory #1

Open Alex-zhai opened 8 years ago

Alex-zhai commented 8 years ago

I installed this recurrent-caffe framework before running Recurrent DQN-in-the-Caffe. But when I make, I get cublas_v2.h: No such file or directory error. Could you help me?

mhauskn commented 8 years ago

Try to include your Cuda path in the installation:

locate cublas_v2.h -- this should give you the path to your cuda installation export CPLUS_INCLUDE_PATH=/your/cuda/path:$CPLUS_INCLUDE_PATH