You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/05 08:04:00 UTC

[GitHub] [incubator-mxnet] yajiedesign opened a new pull request #16980: change windows build system

yajiedesign opened a new pull request #16980: change windows build system
URL: https://github.com/apache/incubator-mxnet/pull/16980
 
 
   ## Description ##
   now, the huge image size causes many troubles.etc large image can't laod. some compile error.
   now, the PIP build use compressed fatbin by hack nvcc,but it will cause a lot of memory,and general users have difficulty compiling on their own.
   this pr change build system,it spilt different cuda arch to different dll.etc mxnet_30.mxnet_50.Then use a warpdll to automatically identify the gpu sm version. Load the corresponding dll. And forward all calls.
   this pr also contains tools to automatically generate warp dll and will be executed automatically during compilation.
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services