Mousius commented on code in PR #13643:
URL: https://github.com/apache/tvm/pull/13643#discussion_r1118549414


##########
python/tvm/testing/aot.py:
##########
@@ -765,6 +793,8 @@ def run_and_check_body(base_path):
                 )
 
         use_usmp = runner.pass_config.get("tir.usmp.enable", False)
+        options = runner.pass_config.get("relay.ext.cmsisnn.options")
+        debug_last_error = options.get("debug_last_error", False) if options 
else False

Review Comment:
   The AOT test runner shouldn't have knowledge of `CMSIS-NN` specific 
arguments, can we pass `debug_last_error` as a parameter?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to