Kathryn-cat commented on code in PR #11622:
URL: https://github.com/apache/tvm/pull/11622#discussion_r893984627


##########
python/tvm/meta_schedule/tune_context.py:
##########
@@ -132,5 +134,108 @@ def __init__(
 
     def initialize(self):
         """Initialize the tuning context"""
-
         _ffi_api.TuneContextInitialize(self)  # type: ignore # pylint: 
disable=no-member
+
+    def generate_design_space(self, mod: IRModule) -> List[Schedule]:

Review Comment:
   I think `mod` here can be omitted (or set as optional) because we use 
`context.mod` as 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-unsubscr...@tvm.apache.org

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

Reply via email to