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


##########
python/tvm/contrib/hexagon/session.py:
##########
@@ -393,3 +394,37 @@ def _aot_executor_from_factory(
             remote_file_path = self.upload(binary_path, binary_name)
 
         return self.get_aot_executor(remote_file_path)
+
+
+def create_session(

Review Comment:
   hexagon.session only needs a workspace on the remote device and RPC info. 
Considering that, it's always dependent to HexagonLauncher. It might be better 
to just move the create_session to HexagonLauncher? 



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