- In
TVM_Android_rpc/app/src/main/cpp/CMakeLists.txtsetset(TVM_ROOT /Users/rqg/test/tvm)toset(TVM_ROOT path_to_your_tvm_base_dir) - Connect your android device to PC, and enable ADB
cd TVM_Android_rpc; ./gradlew installDebug
- Failed to find the external codegen tool for relay.ext.arm_compute_lib
Enable ACL compile on host runtime. setset(USE_ARM_COMPUTE_LIB ON)inconfig.cmakewhen you build host runtime