PhilippvK commented on code in PR #12525:
URL: https://github.com/apache/tvm/pull/12525#discussion_r1152798088
##########
tests/python/driver/tvmc/test_autotuner.py:
##########
@@ -207,3 +209,27 @@ def test_autotune_pass_context(mock_pc, onnx_mnist,
tmpdir_factory):
# AutoTVM overrides the pass context later in the pipeline to disable
AlterOpLayout
assert mock_pc.call_count == 2
assert mock_pc.call_args_list[0][1]["opt_level"] == 3
+
+
+def test_filter_tasks_valid():
Review Comment:
Oops I forgot to address this. Can we merge this anyway?
--
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]