You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/04/20 03:52:27 UTC

[GitHub] [incubator-mxnet] iDTer edited a comment on issue #19897: 能否详细写一下最新的mxnet GPU如何在win10下编译?Can you write the latest MXNET GPU in detail how to compile under Win10?

iDTer edited a comment on issue #19897:
URL: https://github.com/apache/incubator-mxnet/issues/19897#issuecomment-822952813


   > @iDTer 我觉得我编译的可能还是有些问题。比如,我觉得使用的MX450达不到7.5算力,但用了MXNET_CUDA_ARCH=7.5。我编译成功后,并没有真正使用过,可能只是引入包并看了一下版本号。
   
   解决了,确实是需要把所依赖的所有非系统的dll都拷贝到当前目录:...\incubator-mxnet\cpp-package\scripts目录下,我直接将所有涉及到的dll拷过来了,大概需要的依赖有:
   mkl_rt.1.dll(如果是openblas,libopenblas.dll)
   
   cublas64_10.dll
   cublasLt64_10.dll
   cudart32_101.dll
   cudart64_101.dll
   cudnn64_8.dll
   cudnn_adv_infer64_8.dll
   cudnn_adv_train64_8.dll
   cudnn_cnn_infer64_8.dll
   cudnn_cnn_train64_8.dll
   cudnn_ops_infer64_8.dll
   cudnn_ops_train64_8.dll
   cufft64_10.dll
   cufftw64_10.dll
   cuinj64_101.dll
   curand64_10.dll
   cusolver64_10.dll
   cusparse64_10.dll
   libatomic-1.dll
   libcharset-1.dll
   libgcc_s_seh-1.dll
   libgfortran-3.dll
   libgfortran-5.dll
   libgmp-10.dll
   libgmpxx-4.dll
   libgomp-1.dll
   libiconv-2.dll
   libmxnet.dll
   libquadmath-0.dll
   libssp-0.dll
   libstdc++-6.dll
   libwinpthread-1.dll
   libzstd.dll
   mxnet_75.dll
   nppc64_10.dll
   nppial64_10.dll
   nppicc64_10.dll
   nppicom64_10.dll
   nppidei64_10.dll
   nppif64_10.dll
   nppig64_10.dll
   nppim64_10.dll
   nppist64_10.dll
   nppisu64_10.dll
   nppitc64_10.dll
   npps64_10.dll
   nvblas64_10.dll
   nvgraph64_10.dll
   nvrtc-builtins64_101.dll
   nvrtc64_101_0.dll
   opencv_ffmpeg341_64.dll
   opencv_world341.dll
   opencv_world341d.dll
   vcomp140.dll
   
   
   由于我的openblas是使用msys64中的mingw64编译的,所以部分依赖也是从这里拷取,若是找不到可以网上下载对应版本https://mxnet.incubator.apache.org/install/windows_setup.html#install-the-mxnet-package-for-python 
   
   
   
   ![image](https://user-images.githubusercontent.com/30014931/115333461-43555c00-a1cc-11eb-8989-e9ad7c198fca.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org