jinfagang opened a new issue #10840:
URL: https://github.com/apache/tvm/issues/10840
Normally, from docs it says, the static lib can be get function out using
this:
```
tvm::runtime::Module mod_tvmlib =
(*tvm::runtime::Registry::Get("runtime.SystemLib"))();
```
But I can not get the function I need from static lib.
```
An error occurred during the execution of TVM.
For more information, please see: https://tvm.apache.org/docs/errors.html
---------------------------------------------------------------
Check failed: (this->func_fc1 != nullptr) is false:
Stack trace:
```
I have generated the static lib, with target:
```
llvm --system-lib
```
Anyone knows why?
BTW, does the python API outs now?

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]