zxybazh commented on code in PR #12895:
URL: https://github.com/apache/tvm/pull/12895#discussion_r984244564
##########
include/tvm/meta_schedule/search_strategy.h:
##########
@@ -88,14 +88,17 @@ class SearchStrategyNode : public runtime::Object {
/*!
* \brief Pre-tuning for the search strategy.
+ * \param max_trials The maximum number of trials.
+ * \param num_trials_per_iter The number of trials per iteration.
* \param design_spaces The design spaces used during tuning process.
Review Comment:
I noticed that we use plural here for `design_spaces`, I kind of prefer to
use singular term for consistency, but no strong opinion.
--
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]