Zha0q1 edited a comment on issue #18855: URL: https://github.com/apache/incubator-mxnet/issues/18855#issuecomment-670233881
BTW int 32 blas will work for tensors with size > INT_MAX (2**31 - 1 ), it's just when a dim is > INT_MAX we must use int 64 blas, because in the function declarations they use int 32 for stride ---------------------------------------------------------------- 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]
