tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Bug] [Hexagon] RPC Session is not closed properly

Open mehrdadh opened this issue 3 years ago • 0 comments

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.

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 halted 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 @kparzysz-quic

mehrdadh avatar Sep 14 '22 18:09 mehrdadh