comaniac commented on a change in pull request #7534:
URL: https://github.com/apache/tvm/pull/7534#discussion_r589878495
##########
File path: python/tvm/auto_scheduler/measure.py
##########
@@ -223,8 +223,8 @@ def recover_measure_input(inp, rebuild_state=False):
task = inp.task
new_task = SearchTask(
workload_key=task.workload_key,
- target=task.target,
- target_host=task.target_host,
+ target=tvm.target.Target(task.target, task.target_host),
+ target_host=None,
Review comment:
We should just remove this argument.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]