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
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, [
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.
@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