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
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.