@merrymercy Alternatively, if we are applying LSTM to a fixed length sequence,
we can use tvm.scan. This requires that we deal with the IterVarType correctly.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/auto-scheduling-for-lstm-operator/8158/7)
to respond.
You are receiving this b
@Jiali
For the problem of the slow compilation of LSTM, you can open another post for
it.
I imagine that you are unfolding the LSTM cells so the relay program is very
long.
Since relay supports control flow, you do not need to unfold all of them. You
can open another post to ask how to do thi
I'm trying to build android_rpc from the docker image given in
https://tvm.apache.org/docs/tutorials/frontend/deploy_model_on_android.html#sphx-glr-tutorials-frontend-deploy-model-on-android-py
I pulled libOpenCL.so from the android board and tried run
/apps/android_rpc/app/src/main/jni/build.