jcf94 commented on a change in pull request #6184:
URL: https://github.com/apache/incubator-tvm/pull/6184#discussion_r466767169
##########
File path: include/tvm/auto_scheduler/auto_schedule.h
##########
@@ -42,19 +42,14 @@ class TuningOptionsNode : public Object {
int early_stopping;
/*! \brief The number of programs to be measured at each search round. */
int num_measures_per_round;
- /*!
- * \brief Verbosity level.
- * 0 for silent, 1 to output information during schedule searching.
- */
+ /*! \brief Verbosity level. 0 for silent, 1 to output information during
schedule searching. */
int verbose;
/*! \brief ProgramBuilder which builds the program */
ProgramBuilder builder;
/*! \brief ProgramRunner which runs the program and measures time costs */
ProgramRunner runner;
/*! \brief MeasureCallback functions to be called after each measure batch */
Optional<Array<MeasureCallback>> measure_callbacks;
- /*! \brief SearchCallback functions to be called before schedule search */
- Optional<Array<SearchCallback>> pre_search_callbacks;
Review comment:
Oh, just moved this to another position after the refactoring. Let's see
`SearchPolicy`.
----------------------------------------------------------------
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]