junrushao commented on code in PR #12895:
URL: https://github.com/apache/tvm/pull/12895#discussion_r985191319
##########
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:
in fact, it's pretty consistent in the codebase - when it's a list, we add
an `s`
--
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]