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 2022/05/04 19:08:34 UTC

[GitHub] [tvm] farshidsp commented on a diff in pull request #11212: [Hexagon] Removes directory after stopping the server

farshidsp commented on code in PR #11212:
URL: https://github.com/apache/tvm/pull/11212#discussion_r865184278


##########
python/tvm/contrib/hexagon/build.py:
##########
@@ -467,6 +467,10 @@ def _terminate_remote(self):
             self._adb_device_sub_cmd + ["shell", f"kill `cat {self._workspace}/rpc_pid.txt`"]
         )
 
+    def _cleanup_directory(self):
+        # Cleanup directory

Review Comment:
   Done. Thanks



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