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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]