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


##########
python/tvm/meta_schedule/tir_integration.py:
##########
@@ -117,7 +120,7 @@ def tune_tir(
         task_weights=[1.0],
         work_dir=work_dir,
         max_trials_global=max_trials_global,
-        max_trials_per_task=max_trials_global,
+        max_trials_per_task=max_trials_per_task,

Review Comment:
   If think, for tir tuning, `max_trials_global` is equivalent to 
`max_trials_per_task`. So we can drop this change (it is unrelated to this PR 
anyway).



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