[Apache TVM Discuss] [Questions] ir.RegisterOpLowerIntrinsic seems not built for runtime

2021-05-26 Thread mh via Apache TVM Discuss
[quote="junrushao1994, post:4, topic:10084"] we could simply ignore the error when registration function is not found. [/quote] maybe not. i tried 1.delete these three functions 2.use the older register_func version. both of these failed the vta gemm test. the host side of tvm cannot identify

[Apache TVM Discuss] [Questions] ir.RegisterOpLowerIntrinsic seems not built for runtime

2021-05-26 Thread Junru Shao via Apache TVM Discuss
Thanks for the explanation! Now I could understand. The original mechanism for intrinsic lowering uses `tvm.register_func`, which is implemented in the TVM runtime, while the new `register_intrin_lowering ` is instead implemented in the TVM compiler, which will throw out an error when if the

[Apache TVM Discuss] [Questions] Install tvm on windows 10

2021-05-26 Thread sherry via Apache TVM Discuss
Hi! I try to install tvm on my windows 10 system, I follow these steps to build shared library, but there are some error, I don' t know why I about it . Here are some steps: 1. I install visual studio 2017 2. git clone --recursive https://github.com/apache/tvm tvm 3. run git submodule init git

[Apache TVM Discuss] [Questions] ir.RegisterOpLowerIntrinsic seems not built for runtime

2021-05-26 Thread mh via Apache TVM Discuss
true but if you dont build the whole tvm on board the vta simply wont run --- [Visit Topic](https://discuss.tvm.apache.org/t/ir-registeroplowerintrinsic-seems-not-built-for-runtime/10084/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from thes

[Apache TVM Discuss] [Questions] How to check log

2021-05-26 Thread Cody H. Yu via Apache TVM Discuss
The log in this format will be directly printed to the console. --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-check-log/10102/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache

[Apache TVM Discuss] [Questions] How to check log

2021-05-26 Thread Tong Liu via Apache TVM Discuss
Hi Everyone, I have a basic question, How can I read log messages? I saw in source code there are tons of logging.info("..."), However, where Can I find those logs? Thanks, --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-check-log/10102/1) to respond. You are receiving this be

[Apache TVM Discuss] [Questions] ir.RegisterOpLowerIntrinsic seems not built for runtime

2021-05-26 Thread Junru Shao via Apache TVM Discuss
`src/runtime/` is built for runtime, `src/ir/` is used for unified IR, which is part of the compiler --- [Visit Topic](https://discuss.tvm.apache.org/t/ir-registeroplowerintrinsic-seems-not-built-for-runtime/10084/2) to respond. You are receiving this because you enabled mailing list mod

[Apache TVM Discuss] [Questions] Some installation issues

2021-05-26 Thread sherry via Apache TVM Discuss
Hi! I am a beginner of TVM, and when I try to install TVM, I encount some issues. When I follow the tutorials to run :conda build --output-folder=conda/pkg conda/recipe on my windows 10 system. some error is as shown in the figure![图片|690x315](upload://4iV4A0ttRQqjAlgFQIXkHjkzMkj.png) Why

[Apache TVM Discuss] [Questions] TVM performance vs. ONNX

2021-05-26 Thread Chenfan via Apache TVM Discuss
[quote="yulongl, post:1, topic:10078"] https://tvm.apache.org/docs/tutorials/get_started/auto_tuning_with_python.html#sphx-glr-tutorials-get-started-auto-tuning-with-python-py [/quote] What's the 'target' you use when testing with tvm? In your i9 CPU, you can try with: ```python target = "llvm

[Apache TVM Discuss] [Questions] How to schedule different shapes in contiguous stages

2021-05-26 Thread Olivier Valery via Apache TVM Discuss
Did someone found out a solution ? --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-schedule-different-shapes-in-contiguous-stages/7313/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tv