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/05/02 07:19:01 UTC

[GitHub] [incubator-mxnet] nickguletskii commented on issue #14638: [MXNET-1382] Add the index_array operator

nickguletskii commented on issue #14638: [MXNET-1382] Add the index_array operator
URL: https://github.com/apache/incubator-mxnet/pull/14638#issuecomment-488574426
 
 
   The previous CI failures on Windows were caused by indexing C-style arrays using ints. I'm not sure whether this was just undefined behaviour or a bug in the older versions of MSVC++, but it did not happen with VC++ 16.0. I fixed the issue by using ptrdiff_t to index C-style arrays.

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