Having problem In MatConvNet to Compiling vl_compilenn?

3 visualizzazioni (ultimi 30 giorni)
hello every one
I am using MATLAB R2019b in Windows 10 64 bits. My GPU information is :
Name: 'GeForce GTX 1050 Ti'
Index: 1
ComputeCapability: '6.1'
SupportsDouble: 1
DriverVersion: 10.2000
ToolkitVersion: 10.1000
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2.1475e+09 65535 65535]
SIMDWidth: 32
TotalMemory: 4.2950e+09
AvailableMemory: 3.4430e+09
MultiprocessorCount: 6
ClockRateKHz: 1620000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 1
CanMapHostMemory: 1
DeviceSupported: 1
DeviceSelected: 1
when i try tu using the following command ;
vl_compilenn('enableGpu', true, ...
'cudaRoot', 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1', ...
'cudaMethod', 'nvcc', ...
'enableCudnn', true, ... )
i have this message error:
Error using vl_compilenn>nvcc_compile (line 617)
Command "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\nvcc" -c -o
"G:\matconvnet-1.0-beta25\matlab\mex\.build\bits\data.obj"
"G:\matconvnet-1.0-beta25\matlab\src\bits\data.cu" -DENABLE_GPU -DENABLE_DOUBLE -O0 -DNDEBUG
-D_FORCE_INLINES --std=c++11 -I"H:\Nouveau dossier\Nouveau dossier\R2019b\extern\include"
-I"H:\Nouveau dossier\Nouveau dossier\R2019b\toolbox\distcomp\gpu\extern\include"
-gencode=arch=compute_61,code=\"sm_61,compute_61\" --compiler-options=/MD
--compiler-bindir="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\bin" failed.
Error in vl_compilenn (line 487)
nvcc_compile(opts, srcs{i}, objfile, flags) ;
please how i can solve this problem

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by