[Apache TVM Discuss] [Development] How to deploy model to iOS device?

2020-10-16 Thread kindlehe via Apache TVM Discuss
There is android_deploy and android_camera demo telling how to deploy model to android device, but there is no friendly iOS version. Could you please give me some advice? @tqchen --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-deploy-model-to-ios-device/8199/1) to respond. You

[Apache TVM Discuss] [Development/RFC] [RFC] CSE Optimization

2020-10-16 Thread Jack Zheng via Apache TVM Discuss
- The user API looks like the following: ```C++ /*! * \brief Eliminate common subexpressions among \p in_args and between them and \p output . * * \param output The output tensor. * \param input_grads The gradients of input tensors. */ std::pair > CSE(const Tensor& output,

[Apache TVM Discuss] [Development/RFC] [RFC] CSE Optimization

2020-10-16 Thread Yizhi Liu via Apache TVM Discuss
@tqchen @junrushao1994 how much of the work do you think we can reuse once we move to https://discuss.tvm.apache.org/t/rfc-tensorir-a-schedulable-ir-for-tvm? --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-optimization/8130/4) to respond. You are receiving this because you ena

[Apache TVM Discuss] [Development/RFC] [RFC] Support for large tensors

2020-10-16 Thread Yi Wang via Apache TVM Discuss
Is int64 tensor fully supported in the main branch now? --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-support-for-large-tensors/5643/29) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.

[Apache TVM Discuss] [Development/RFC] [RFC] CSE Optimization

2020-10-16 Thread tqchen via Apache TVM Discuss
I think there are two potential ways to think about it. We can either try to do CSE in the Expr level, or we can do CSE in the TE level. I think both will bring some of the benefit, so it would be helpful to support both variants --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-

[Apache TVM Discuss] [Development/RFC] [RFC] CSE Optimization

2020-10-16 Thread Junru Shao via Apache TVM Discuss
I agree with @tqchen. CSE is not hard to implement, and CSE on both sides provides different benefits. So we can potentially support both variants. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-optimization/8130/6) to respond. You are receiving this because you enabled mailin