d-smirnov commented on a change in pull request #6998:
URL: https://github.com/apache/tvm/pull/6998#discussion_r560903430
##########
File path: tests/python/integration/test_reduce.py
##########
@@ -191,11 +191,11 @@ def test_rfactor_factor_axis():
n = tvm.runtime.convert(1027)
A = te.placeholder((n,), name="A")
k = te.reduce_axis((0, n))
- B = te.compute((1,), lambda i: te.sum(A[k], axis=k), name="B")
Review comment:
The PR added extra check for the shape of the arguments for
`np.testing.assert_allclose`
----------------------------------------------------------------
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]