AutoTVM how is the search space being generated

  • The search space is defined in the schedule template, such as:

This line defines a search parameter, and the candidates are the factors of the length of f.

  • While AutoTVM needs schedule templates defined in TOPI, auto-scheduler generates schedules from scratch. As a result, the auto-scheduler generated schedules are more flexible and expected to achieve even better performance.

  • The execution time is the main metric to judge the schedule quality.