junrushao1994 commented on code in PR #12035: URL: https://github.com/apache/tvm/pull/12035#discussion_r916362468
########## tests/python/unittest/test_meta_schedule_database.py: ########## @@ -19,17 +19,25 @@ import os.path as osp import tempfile from typing import Callable +import pytest import tvm +from tvm.meta_schedule.arg_info import TensorInfo +from tvm.meta_schedule.builder.builder import BuilderInput +from tvm.meta_schedule.builder.local_builder import LocalBuilder +from tvm.meta_schedule.database.database import TuningRecord +from tvm.meta_schedule.runner.local_runner import LocalRunner +from tvm.meta_schedule.runner.runner import RunnerInput Review Comment: this is very verbose and we have decided previously to use `ms.builder.LocalBuilder` instead to make the logic clearer. please see the second point in this PR description: https://github.com/apache/tvm/pull/11622 -- 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]
