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/02/19 11:38:08 UTC

[GitHub] stereomatchingkiss opened a new issue #14203: Cannot compile mxnet on windows

stereomatchingkiss opened a new issue #14203: Cannot compile mxnet on windows
URL: https://github.com/apache/incubator-mxnet/issues/14203
 
 
   os : win10 64bits
   compiler : vc2015 64 bits
   cuda : cuda92
   
   Bug 1 : openMP required int in for loop
   
   line 515 and line 580 should change to
   
   `for (int i = 0; i < static_cast<int>(N); ++i)`
   
   Bug 2 : std::min cannot find overload version
   
   line 340 of convolution_v1-inl.h should change to 
   
   `(shape_colunit_.Size() + shape_dstunit_.Size()), static_cast<index_t>(ishape[0]))`
   
   

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