[SOLVED]App benchmark always pending

in rk3399 localhost run benchmark :

Do you have an RPC server registered to the tracker? Before starting the experiment there should be at least one device listed under Free.

for me:host machine is device itself user guide: https://github.com/dmlc/tvm/tree/master/apps/benchmark

tracer and registered :

Those commands show a started tracker, but no started RPC server. Did you also do something like python3 -m tvm.exec.rpc_server --tracker 127.0.0.1:9001?

Thanks! need to keep rpc_server alive, I was confused by log “INFO:RPCServer:bind to 0.0.0.0:9090” at first, so closed rpc_server

1 Like