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/01 22:16:56 UTC

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

junrushao1994 commented on a change in pull request #10876:
URL: https://github.com/apache/tvm/pull/10876#discussion_r840950126



##########
File path: python/tvm/meta_schedule/testing/utils.py
##########
@@ -110,3 +115,46 @@ def initialize_with_tune_context(self, context: "TuneContext") -> None:
 
     def apply(self, trace: Trace, _) -> Optional[Trace]:
         return Trace(trace.insts, {})
+
+
+def apply_manual_schedules(

Review comment:
       maybe `apply_schedule_fn`? manual schedule sounds okay but it could potentially cause some confusion about the definition of being manual, like whether or not its tunable




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