TaoLv commented on issue #14570: add a compiler flag to use int64 as tensor size
URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-485834326
 
 
   Thank you for the fix, @apeforest. Now it's approved. Just copy some 
comments from the mshadow PR here: int64 data type only affects the definition 
of some variables and the total size of a NDArray. We won't pass any NDArray 
with dim[x] > INT32_MAX into a operator. So it will not break the existing 
definition of BLAS and MKL-DNN APIs.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to