cchung100m commented on a change in pull request #4891: [TEST][FLAKY]
topi/tests/python/test_topi_sort.py::test_argsort
URL: https://github.com/apache/incubator-tvm/pull/4891#discussion_r381996637
##########
File path: topi/tests/python/test_topi_sort.py
##########
@@ -27,6 +27,12 @@ def verify_argsort(axis, is_ascend):
data_dtype = "float32"
data = tvm.placeholder(dshape, name="data", dtype=data_dtype)
np_data = np.random.uniform(size=dshape).astype(data_dtype)
Review comment:
I think `np_data` is needed by the following lines, like L32 and L37, but
please correct me if I’m wrong on that
----------------------------------------------------------------
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