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 2018/06/07 12:49:41 UTC

[GitHub] chinakook commented on issue #11131: mxnet-cu92 low efficiency

chinakook commented on issue #11131: mxnet-cu92 low efficiency
URL: https://github.com/apache/incubator-mxnet/issues/11131#issuecomment-395408342
 
 
   Are you using Linux?
   Maybe the cu92 version is compiled with CMake(because it cannot be successfully built with GCC7/Makefile until now), while the cu91 version is compiled with Make.
   CMake built MXNet on Linux will be **slower** than Make built one. I've found that a year ago.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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