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


##########
src/meta_schedule/search_strategy/search_strategy.cc:
##########
@@ -21,6 +21,8 @@
 namespace tvm {
 namespace meta_schedule {
 
+TuningStatistics SearchStrategyNode::time_counter;

Review Comment:
   Usually we don't use global variables, which could lead to various issues. 
Let's find some ways around :-)



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