zxybazh commented on code in PR #10876:
URL: https://github.com/apache/tvm/pull/10876#discussion_r842029819


##########
tests/python/unittest/test_meta_schedule_tune_relay.py:
##########
@@ -149,6 +149,7 @@ def test_meta_schedule_tune_relay(
             config=ReplayTraceConfig(
                 num_trials_per_iter=32,
                 max_trials_per_task=32,
+                max_trials_global=32,

Review Comment:
   Thanks for the update, just want to complete the answer a bit: as you 
mentioend , `max_trials_global` is a task scheduler level concept so it won't 
impact the search strategy individually, but `max_trials_per_task` would be 
very important. Here I used 32 because we want to quickly test functionality of 
`tune_relay` api, please feel free to expand to 10x`num_trials_per_iter` so 
that it can generate some meaningful result. Usually we use 2000 by default.



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