You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Hao Cheng via Apache TVM Discuss <no...@discuss.tvm.ai> on 2021/08/23 09:05:31 UTC

[Apache TVM Discuss] [Questions] Strange behavior profile arm-cpu with rpc


I use tvm-rpc apk for rpc connection, and compile the tvm and runtime with 
```
set(USE_RPC ON)
set(USE_RELAY_DEBUG ON)
set(USE_GRAPH_EXECUTOR_DEBUG ON)
```
while complie the apk with default setting, coundnt runt with debug, which showed no `tvm.graph_executor_debug.create` found.

later i added  `#include "../src/runtime/graph_executor/debug/graph_executor_debug.cc"
` to `tvm_runtime.h`, code runs. 

but  it seems thar `GraphModuleDebug.run()` call `RunOpRPC` from the android phone.

ps.  `GraphModuleDebug.profile()` couldnt run in this solution





---
[Visit Topic](https://discuss.tvm.apache.org/t/strange-behavior-profile-arm-cpu-with-rpc/10864/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/621c5a2914796a4aa93fc9b205edfed44c8e2ef1e93caa0ec3ac88b04670d062).