rongzha1 commented on issue #14889: fix add_n bug: when input mem overlap with output mem, results is wrong URL: https://github.com/apache/incubator-mxnet/pull/14889#issuecomment-489547986 > Nice catch! Would you mind adding an unit test to test_ndarray.py? e.g. > > ``` > x = mx.nd.ones((2,2)) > mx.nd.ElemwiseSum(x,x,out=x) > ``` Thanks for your advice. Testcase has been added.
---------------------------------------------------------------- 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
