vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

vl_compilenn('enableGpu', true, 'cudaMethod', 'nvcc', 'cudaRoot', '/usr/local/cuda-8.0') Fails #1234

Open codeprb opened 5 years ago

codeprb commented 5 years ago

hI, I am trying to compile matconvnet setup on ubuntu 16.04, cuda-8.0, cudnn-7.1.3 on matlab 2019b. I get the following error which I am unable to resolve.

error: Downloads/matconvnet-1.0-beta24/matlab/src/bits/datamex.hpp:19:28: fatal error: gpu/mxGPUArray.h: No such file or directory

include "gpu/mxGPUArray.h"

I did check the path for gpu/mxGPUArray.h file and it exists under /usr/local/MATLAB/R2019b/toolbox/parallel/gpu/extern/include/gpu

Could you please help me to resolve this.

gkuberreddy commented 4 years ago

Hi. Did you resolve this error?