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
[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
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
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