Warning: NVCC not found in the command line path or the one found does not matches '/mycuda_dirl/bin/nvcc'.
In vl_compilenn>activate_nvcc (line 705)
In vl_compilenn (line 289)
Error using vl_compilenn>activate_nvcc (line 716)
Unable to set the command line path to point to '//mycuda_dir/bin/nvcc' correctly.
Error in vl_compilenn (line 289)
cuver = activate_nvcc(opts.nvccPath) ;
enviroment:matlab2018a, ubuntu 16.04,matconvnet-1.0-beta24
vl_compilenn('enableGpu', true, 'cudaRoot', '/mycuda_dir', 'enableCudnn', true) ;
Warning: NVCC not found in the command line path or the one found does not matches '/mycuda_dirl/bin/nvcc'.
Error in vl_compilenn (line 289) cuver = activate_nvcc(opts.nvccPath) ;
thanks!