DominikaJedynak opened a new issue #20807: URL: https://github.com/apache/incubator-mxnet/issues/20807
## Description In https://mxnet.incubator.apache.org/versions/master/api/faq/large_tensor_support it is stated that "...tensors are indexed in MXNet using INT32 indices by default. Now MXNet build with Large Tensor supports INT64 indices." If I understand correctly, this means that the size of every dimension can be INT64. Meanwhile in a config file, it is said that every dimension in bounded by INT32: https://github.com/apache/incubator-mxnet/blob/4fc58fa1862a00c1af0788c6ce0ab19015f512d7/config/linux.cmake#L120 https://github.com/apache/incubator-mxnet/blob/4fc58fa1862a00c1af0788c6ce0ab19015f512d7/config/linux.cmake#L121 Could you clarify it and correct the documentation if it is incorrect? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
