You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "mkatanbaf (via GitHub)" <gi...@apache.org> on 2023/01/23 19:31:37 UTC

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #13811: [microTVM] Allow multiple runners in tuning micro models with meta-schedule

mkatanbaf commented on code in PR #13811:
URL: https://github.com/apache/tvm/pull/13811#discussion_r1084464065


##########
tests/micro/zephyr/test_ms_tuning.py:
##########
@@ -95,7 +95,10 @@ def test_ms_tuning_conv2d(workspace_dir, board, microtvm_debug, use_fvp, serial_
     builder = get_local_builder_micro()
     with ms.Profiler() as profiler:
         with get_rpc_runner_micro(
-            platform=platform, options=project_options, session_timeout_sec=120
+            platform=platform,
+            options=project_options,
+            session_timeout_sec=120,
+            serial_numbers=["0", "1"],

Review Comment:
   Thanks @mehrdadh, made the change to use the serial number when available. PTAL.



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