[Apache TVM Discuss] [Questions] How tvm codegen arm instruction

2021-07-28 Thread randy via Apache TVM Discuss
Hi @areusch , Thanks a lot. Your reply makes it clear. --- [Visit Topic](https://discuss.tvm.apache.org/t/how-tvm-codegen-arm-instruction/10598/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tv

[Apache TVM Discuss] [Questions] Add new backend to TVM

2021-07-03 Thread randy via Apache TVM Discuss
thanks for your suggestion! I will read the tvm source code for more information. --- [Visit Topic](https://discuss.tvm.apache.org/t/add-new-backend-to-tvm/10373/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](h

[Apache TVM Discuss] [Questions] Add new backend to TVM

2021-07-02 Thread randy via Apache TVM Discuss
Thanks for your reply so much! But I'm a little confused about your answer, sorry for my ignorance about DNN compiler. 1) > Firstly, you should implement your own quantization algorithm... what's mean about "quantization algorithm", and what for? 2) Is there any prject or example about addin

[Apache TVM Discuss] [Questions] Add new backend to TVM

2021-07-01 Thread randy via Apache TVM Discuss
Hi all, we design an NPU for our SOC which is not like VTA, how should we do to run TVM on this AI core? this NPU has its own ISA, but we have not yet implemented any LLVM backend for it. anyone can give the suggestion(guide) that the main steps(tasks) to enable TVM running on the chip? Than