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


##########
python/tvm/contrib/hexagon/session.py:
##########
@@ -109,7 +110,7 @@ def device(self):
 
         return self._device
 
-    def upload(self, local_path: Union[str, pathlib.Path], remote_filename: 
str):
+    def upload(self, local_path: Union[str, pathlib.Path], remote_filename: 
str) -> pathlib.Path:

Review Comment:
   yeah, previously some of the paths were only working if we were using the 
same working directory for HexagonLauncher and Session.



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