[Apache TVM Discuss] [Questions] Auto-scheduling for lstm operator

2020-10-18 Thread Junru Shao via Apache TVM Discuss
@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

[Apache TVM Discuss] [Questions] Auto-scheduling for lstm operator

2020-10-18 Thread Lianmin Zheng via Apache TVM Discuss
@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

[Apache TVM Discuss] [Questions] Error building android_rpc

2020-10-18 Thread Beom Woo Kang via Apache TVM Discuss
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.