junrushao1994 commented on code in PR #11486:
URL: https://github.com/apache/tvm/pull/11486#discussion_r883869097


##########
include/tvm/meta_schedule/search_strategy.h:
##########
@@ -101,6 +131,9 @@ class MeasureCandidate : public runtime::ObjectRef {
 */
 class SearchStrategyNode : public runtime::Object {
  public:
+  /*! \brief Tuning statistics time usage counter. */
+  static TuningStatistics time_counter;

Review Comment:
   Let's find ways other than static members - we usually avoid doing so for 
various reasons :-)



-- 
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]

Reply via email to