You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/11/18 00:19:57 UTC

[GitHub] [incubator-tvm] comaniac opened a new pull request #6934: [AutoScheduler] Fix task scheduler restoring

comaniac opened a new pull request #6934:
URL: https://github.com/apache/incubator-tvm/pull/6934


   After loading the log file to restore the task scheduler state:
   * In the round-robin stage, skip the tasks which `ct` is greater than zero, meaning that they have been tuned before.
   * Restore the `cur_score`; otherwise the estimated total latency would be `inf` instead of `-` when the costs of all tasks are restored (i.e., `all(cost < 1e9 for cost in self.best_costs)` is `True`) (ref: https://github.com/apache/incubator-tvm/blob/main/python/tvm/auto_scheduler/task_scheduler.py#L395).


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] comaniac merged pull request #6934: [AutoScheduler] Fix task scheduler restoring

Posted by GitBox <gi...@apache.org>.
comaniac merged pull request #6934:
URL: https://github.com/apache/incubator-tvm/pull/6934


   


----------------------------------------------------------------
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:
users@infra.apache.org