vlfeat / matconvnet

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

complie error for matconvnet beta18. #476

Open aysegulucar2016 opened 8 years ago

aysegulucar2016 commented 8 years ago

I am trying to complie matconvnet beta18. (But I previously succeed in beta17) I received the following error. Could you please give an information about error? Thanks

vl_compilenn: NVCC CC: "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\bin\nvcc" -c "J:\matconvnet-master\matconvnet-master\matlab\src\bits\data.cu" -v -DNDEBUG -DENABLE_GPU -DENABLE_DOUBLE -DSSSE3 -I"C:\Program Files\MATLAB\MATLAB Production Server\R2015a\extern\include" -I"C:\Program Files\MATLAB\MATLAB Production Server\R2015a\toolbox\distcomp\gpu\extern\include" -Xcompiler /MD -gencode=arch=compute_21,code=\"sm_21,compute_21\" -o "J:\matconvnet-master\matconvnet-master\matlab\mex.build\bits\data.obj" nvcc fatal : Unsupported gpu architecture 'compute_21' Error using vl_compilenn>nvcc_compile (line 489) Command "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\bin\nvcc" -c "J:\matconvnet-master\matconvnet-master\matlab\src\bits\data.cu" -v -DNDEBUG -DENABLE_GPU -DENABLE_DOUBLE -DSSSE3 -I"C:\Program Files\MATLAB\MATLAB Production Server\R2015a\extern\include" -I"C:\Program Files\MATLAB\MATLAB Production Server\R2015a\toolbox\distcomp\gpu\extern\include" -Xcompiler /MD -gencode=arch=compute_21,code=\"sm_21,compute_21\" -o "J:\matconvnet-master\matconvnet-master\matlab\mex.build\bits\data.obj" failed.

Error in vl_compilenn (line 434) nvcc_compile(opts, srcs{i}, objfile, flags.nvcc) ;

loosgagnet commented 7 years ago

Hi there, I have same problem. Could you find any solution?