masahi commented on code in PR #13195:
URL: https://github.com/apache/tvm/pull/13195#discussion_r1016323399


##########
python/tvm/meta_schedule/search_strategy/evolutionary_search.py:
##########
@@ -58,7 +58,7 @@ class EvolutionarySearch(SearchStrategy):
     def __init__(
         self,
         *,
-        population_size: int = 2048,
+        population_size: int = 512,

Review Comment:
   cc @zxybazh Is this change intended to go with this PR, or is it a left over 
from development?
   
   This change is so small and looks unrelated to this PR, but it has huge 
implications. Was there enough discussion to make this change? Tuning time will 
become much shorter, which I like, but could there be a concern for perf 
regression due to this change? 



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