You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/16 00:43:33 UTC

[GitHub] [tvm] AndrewZhaoLuo commented on a change in pull request #9750: [Autoscheduler] Task Extraction Raises Exception on Lowering

AndrewZhaoLuo commented on a change in pull request #9750:
URL: https://github.com/apache/tvm/pull/9750#discussion_r770143048



##########
File path: python/tvm/auto_scheduler/relay_integration.py
##########
@@ -48,7 +49,7 @@
 logger = logging.getLogger("auto_scheduler")
 
 
-def call_all_topi_funcs(mod, params, target, opt_level=3):
+def call_all_topi_funcs(mod, params, target, errors: List, opt_level=3):

Review comment:
       Fair enough, I've removed type annotations inline but I've made it obvious what type errors is hopefully.




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org