Open relaxli00 opened 6 years ago
install cuda and cudnn.
@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.
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.