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 2023/01/09 23:47:17 UTC

[GitHub] [tvm] mehrdadh commented on a diff in pull request #13685: Aot module post-test error workaround

mehrdadh commented on code in PR #13685:
URL: https://github.com/apache/tvm/pull/13685#discussion_r1065209456


##########
python/tvm/contrib/hexagon/session.py:
##########
@@ -248,8 +248,8 @@ def get_aot_executor(
         GraphModule :
             Runtime graph module that can be used to execute the graph.
         """
-        aot_mod = self.load_module(module_file)
-        return tvm.runtime.executor.AotModule(aot_mod["default"](self.device))

Review Comment:
   Please add a github issue describing the problem and link it here. Also mention that this is a temporary fix



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