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/09/14 18:36:19 UTC

[GitHub] [tvm] mehrdadh opened a new issue, #12779: [Bug] [Hexagon] RPC Session is not closed properly

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: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mehrdadh closed issue #12779: [Bug] [Hexagon] RPC Session is not closed properly

Posted by GitBox <gi...@apache.org>.
mehrdadh closed issue #12779: [Bug] [Hexagon] RPC Session is not closed properly
URL: https://github.com/apache/tvm/issues/12779


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