yajiedesign / mxnet

efficient, flexible, distributed deep learning framework
Apache License 2.0
177 stars 45 forks source link

Are those DLLs in the base (V2) package used by CU92 release? #33

Open relaxli00 opened 6 years ago

relaxli00 commented 6 years ago

A program built with VS2017 keeps crashing. I'm trying to figure out what DLLs are being used. I have CUDA92 installed in my Windows 10 system and noticed the cudart, cublas etc. are different from the DLLs in the 3rdparty folder in the base v2 package.

Anyone knows that what DLLs are being used by CU92 release?

Thanks.

yajiedesign commented 6 years ago

install cuda and cudnn.

relaxli00 commented 6 years ago

@yajiedesign Thanks for the reply.

Does the CU92 release have MKL support or not?

I've cuda and cudnn installed. Just confused if the DLLs in the 3rdparty folder are needed when I release a standalone application. I spent some time to play around with the files and found that it seems for a gpu-based release, after cuda and cudnn installation, the additional DLLs needed would be libmxnet.dll together with libgcc_s_seh-1.dll, libgfortran-3.dll, libopenblas.dll and libquadmath-0.dll.