[Apache TVM Discuss] [Questions] How to dump IRs for each pass when building a model

2021-02-10 Thread Teng HUANG via Apache TVM Discuss
Hello, where is this tvm.build_config come from ? I am using tvm 0.8 dev but this does not exist --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-dump-irs-for-each-pass-when-building-a-model/454/7) to respond. You are receiving this because you enabled mailing list mode. To uns

[Apache TVM Discuss] [Questions] How to build libtvm_runtime.so for armeabi-v7a or arm64-v8a?

2021-02-10 Thread ERROR via Apache TVM Discuss
Hi! Do you have update on this topic? Do you solve problem? --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-build-libtvm-runtime-so-for-armeabi-v7a-or-arm64-v8a/5885/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [

[Apache TVM Discuss] [Questions] Cannot export static android system-lib model

2021-02-10 Thread ERROR via Apache TVM Discuss
Currently, I try to export static android system-lib model. I set target to ``` target = 'opencl -device=mali --system-lib' target_host = 'llvm -device=arm_cpu -mtriple=arm64-linux-android --system-lib' ``` and I export by ``` lib.export_library('model.tar', ndk.create_shared) # come from tvm.

[Apache TVM Discuss] [Questions] Measuring uTVM inference time

2021-02-10 Thread Sky via Apache TVM Discuss
@areusch I tried to reduce the model size, however I am getting this error > SessionTerminatedErrorTraceback (most recent call last) > in > 6 > 7 # Set the model parameters using the lowered parameters produced > by `relay.build`. > > 8 graph_mod