Hzfengsy commented on a change in pull request #7630:
URL: https://github.com/apache/tvm/pull/7630#discussion_r595053836
##########
File path: tests/python/unittest/test_tvmscript_error_report.py
##########
@@ -144,6 +144,197 @@ def test_no_body():
check_error(no_body, 3)
+def allocate_with_buffers() -> None:
Review comment:
Please note that there are two types of functions here: 1. script
function which will be parsed and 2. Python function with `test_`prefix. The
first ones need type annotation while it is optional for the second ones
----------------------------------------------------------------
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]