vlfeat / matconvnet

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

cl.exe died error #802

Closed Davidevelopment closed 7 years ago

Davidevelopment commented 7 years ago

Hi everybody,

I am currently trying to install the matconvnet-1.0-beta23 version on my Matlab 2015a. My Operating System is Windows 10 Home Edition.

I installed previously the CUDA Toolkit 8.0 on my computer. However, each time I execute the following command:

vl_compilenn('enableGPU',true)

I have the following error which appears:

vl_compilenn:   CUDA: MEX config file: 'C:\Program Files\MATLAB\MATLAB Production Server\R2015a\toolbox\distcomp\gpu\extern\src\mex\win64\mex_CUDA_win64.xml'
nvcc error   : 'C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe' died with status 0xC000007B  
Error using vl_compilenn>nvcc_compile (line 540)
Command "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc" -c
"C:\Users\DD\Documents\MatConvNet\matlab\src\bits\data.cu" -DNDEBUG -DENABLE_GPU -DENABLE_DOUBLE
-D__SSSE3__ -gencode=arch=compute_50,code=\"sm_50,compute_50\"  -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"
-gencode=arch=compute_50,code=\"sm_50,compute_50\"  -O3 -Xcompiler /MD --compiler-bindir
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin" -o
"C:\Users\DD\Documents\MatConvNet\matlab\mex\.build\bits\data.obj" failed.

I really do not understand what is going on. Could you help me please ?

Regards

JulianoLagana commented 7 years ago

Why was this issue closed with no solution posted? I'm experiencing the same issue. @Davidevelopment: Were you able to solve this?