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/problem-rpc-server-on-zcu104/9881).
CMakefiles should be fixed for this.
Details: those three functions in vta/python/vta/environment.py are decorated
by @register_intrin_lowering after the PR, which locates in python/tvm/ir/op.py
and depends on _ffi_api, which loads the very function in src/ir/op.cc ,which
seems not built with runtime only. Full build of course we won't have this
problem.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/ir-registeroplowerintrinsic-seems-not-built-for-runtime/10084/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe/9cbf7e82c2f3b9890c826cb0a8dde552fb27fea1f2550825108bd7ab87fbf955).