zxybazh commented on a change in pull request #9789:
URL: https://github.com/apache/tvm/pull/9789#discussion_r777085448
##########
File path: include/tvm/meta_schedule/tune_context.h
##########
@@ -41,34 +48,48 @@ class TuneContextNode : public runtime::Object {
Optional<SearchStrategy> search_strategy;
/*! \brief The schedule rules. */
Array<ScheduleRule> sch_rules;
+ /*! \brief The postprocessors. */
+ Array<Postproc> postprocs;
+ /*! \brief The probability of using certain mutator. */
+ Map<Mutator, FloatImm> mutator_probs;
/*! \brief The name of the tuning task. */
- Optional<String> task_name;
+ String task_name;
Review comment:
It should be optional, will fix.
--
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]