mehrdadh opened a new issue, #12779: URL: https://github.com/apache/tvm/issues/12779
In the current state of TVM, when we run hexagon tests on HDK boards and a test fails the session is not properly closed even after [deleting the python object](https://github.com/apache/tvm/blob/main/python/tvm/contrib/hexagon/session.py#L98). This is the reason that currently hardware testing is busted. After a test fails, the RPC tracker shows that device is not free and program is halt at starting the session. ``` Server List ------------------------------ server-address key ------------------------------ 192.168.10.107:2819 server:hexagon-dev ------------------------------ Queue Status ----------------------------------- key total free pending ----------------------------------- hexagon-dev 1 0 0 ----------------------------------- ``` cc @farshidsp @areusch -- 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]
