[Apache TVM Discuss] [Questions] Generate native C code from TVM IR

2021-12-28 Thread mh via Apache TVM Discuss
try target="c". dont know if the code generated would work though --- [Visit Topic](https://discuss.tvm.apache.org/t/generate-native-c-code-from-tvm-ir/11792/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https

[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 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] ir.RegisterOpLowerIntrinsic seems not built for runtime

2021-05-25 Thread mh via Apache TVM Discuss
TVM_REGISTER_GLOBAL("ir.RegisterOpLowerIntrinsic") in src/ir/op.cc should be built for runtime. Without building this file the VTA won't run after [PR #7809](https://github.com/apache/tvm/pull/7809/). This has sth to do with [Problem - RPC server on ZCU104](https://discuss.tvm.apache.org/t/pr