szha commented on a change in pull request #18622:
URL: https://github.com/apache/incubator-mxnet/pull/18622#discussion_r470301994
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -9337,4 +9337,82 @@ def test_elemwise_sum_for_gradient_accumulation():
assert stored_grad['write'] == stored_grad['add']
assert stored_grad['write'] == 2 * nrepeat
+@with_seed()
+def test_elementwise_ops_on_misaligned_input():
Review comment:
it would be great to have the numpy equivalent of them too, in
tests/python/unittest/test_numpy_op.py
----------------------------------------------------------------
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]