Skip to content

Commit 341cecf

Browse files
committed
lint
1 parent 8aa9db1 commit 341cecf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

python/tvm/contrib/micro/meta_schedule/test_autotune_ms.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ def get_module():
6565
"platform, options",
6666
[
6767
pytest.param("crt", None),
68-
# pytest.param(
69-
# "zephyr",
70-
# {
71-
# "board": "qemu_x86",
72-
# "project_type": "host_driven",
73-
# },
74-
# ),
68+
pytest.param(
69+
"zephyr",
70+
{
71+
"board": "qemu_x86",
72+
"project_type": "host_driven",
73+
},
74+
),
7575
],
7676
)
7777
def test_micro_tuning_with_meta_schedule(platform, options):
@@ -99,7 +99,7 @@ def test_micro_tuning_with_meta_schedule(platform, options):
9999
# This line is necessary for link-params to take effect during
100100
# task extraction and relay.build(...).
101101
mod = mod.with_attr("executor", executor)
102-
102+
103103
builder = get_micro_local_builder()
104104
with get_rpc_runner_micro(
105105
platform=platform, options=options, session_timeout_sec=120

0 commit comments

Comments
 (0)