tqchen commented on a change in pull request #6910:
URL: https://github.com/apache/incubator-tvm/pull/6910#discussion_r525579597
##########
File path: tests/python/unittest/test_node_reflection.py
##########
@@ -57,7 +57,7 @@ def test_make_smap():
def test_make_node():
- x = tvm.ir.make_node("IntImm", dtype="int32", value=10)
+ x = tvm.ir.make_node("IntImm", dtype="int32", value=10, span=None)
Review comment:
OK sounds good, in most cases we are using constructor instead of
make_node so hopefully it won't be a problem
----------------------------------------------------------------
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]