You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/04 18:31:28 UTC

[GitHub] [tvm] zxybazh commented on a diff in pull request #10876: [Metaschedule] Add utility API to ease using manual schedules

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org