mshr-h commented on code in PR #18545:
URL: https://github.com/apache/tvm/pull/18545#discussion_r2592121043
##########
python/tvm/relax/pipeline.py:
##########
@@ -128,6 +129,14 @@ def static_shape_tuning_pipeline(
cpu_weight_prepack : bool
Whether to enable the cpu weight prepack feature.
+ max_trials_per_task : Optional[int]
+ The maximum number of trials to run per task.
+ If not specified, MetaSchedule will use a default value of 64
+ trials per task during the tuning process.
Review Comment:
Gemini review makes sense to me.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]