ChaiBapchya edited a comment on issue #17406: fix template param as ndim is internally int URL: https://github.com/apache/incubator-mxnet/pull/17406#issuecomment-578040396 Verified this change works by 1. Checking if the API MXNDArrayCreateEx64 is called How? By adding a LOG(INFO) in here https://github.com/apache/incubator-mxnet/blob/4a13eddc0d388d9ee41010ac40af5c8325335619/src/c_api/c_api.cc#L930 2. Checking if the MXNDArrayCreateEx64 API called, returns correct results How? By verifying test_basic ``` python3 -m nose tests/nightly/test_large_array.py:test_basic --verbose ```
---------------------------------------------------------------- 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
