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/09/20 15:14:10 UTC

[GitHub] [tvm] mehrdadh commented on a change in pull request #9026: [microTVM][Zephyr] Add 'main_stack_size' option to API server

mehrdadh commented on a change in pull request #9026:
URL: https://github.com/apache/tvm/pull/9026#discussion_r712264913



##########
File path: tests/micro/zephyr/test_zephyr.py
##########
@@ -58,21 +49,23 @@ def _make_sess_from_op(
 
 
 def _make_session(temp_dir, zephyr_board, west_cmd, mod, build_config):
-    stack_size = None
-    if conftest.qemu_boards(zephyr_board):
-        stack_size = 1536
+    if test_utils.qemu_boards(zephyr_board):
+        config_main_stack_size = 1536

Review comment:
       thanks for catching this. Done.




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