Mousius commented on a change in pull request #9500:
URL: https://github.com/apache/tvm/pull/9500#discussion_r749342229



##########
File path: python/tvm/relay/build_module.py
##########
@@ -102,6 +102,7 @@ def __init__(self):
         self._get_params_func = self.mod["get_params"]
         self._get_function_metadata = self.mod["get_function_metadata"]
         self._get_devices = self.mod["get_devices"]
+        self._get_irmodule = self.mod["get_irmodule"]

Review comment:
       Also, this is ambiguous all the way through the call stack:
   
https://github.com/apache/tvm/blob/13f54e03fd3b7066d9ce9b0b0c3e1ba297d627bb/src/relay/backend/aot_executor_codegen.cc#L891
   
   Which I think should be a wider fix to unify `IRModule` rather than in this 
PR :crying_cat_face: 




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