ChaiBapchya edited a comment on issue #16755: Enabling large tensor support for binary broadcast operators URL: https://github.com/apache/incubator-mxnet/pull/16755#issuecomment-569835017 ``` python -m nose tests/nightly/test_large_array.py:test_tvm_add . ---------------------------------------------------------------------- Ran 1 test in 10.660s OK ``` However, tvm_add test fails when individual dimension size > 2**32. for eg in case of test_large_vector.py SHAPE = (4300000000) test fails. Verified with @yzhliu that change needs to be done on the tvm side. It's a non-trivial change. and thus the test_tvm_add will be added in subsequent separate PR.
---------------------------------------------------------------- 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
