-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] terminate called after throwing an instance of 'tvm::runtime::InternalError' #17552
Comments
.
files is not registered, resolved to (runtime.module.loadfile_so) in the global registry.Ensure that you have loaded the correct runtime code, andthat you are on the correct hardware architecture. Stack trace: 0: tvm::runtime::Module::LoadFromFile(tvm::runtime::String const&, tvm::runtime::String const&) 1: DeployGraphExecutor() 2: main 3: _start 4: 0xffffffffffffffff
Please provide a testcase for the issue in order to reproduce. |
`/*
/*!
#include <dlpack/dlpack.h> #include void DeployGraphExecutor() { if (set_input == nullptr) {
} int main(void) { |
terminate called after throwing an instance of 'tvm::runtime::InternalError'
what(): [14:56:47] /tvm/src/runtime/module.cc:88: InternalError: Check failed: (f != nullptr) is false: Loader for
.
files is not registered, resolved to (runtime.module.loadfile_so) in the global registry.Ensure that you have loaded the correct runtime code, andthat you are on the correct hardware architecture.Stack trace:
0: tvm::runtime::Module::LoadFromFile(tvm::runtime::String const&, tvm::runtime::String const&)
1: DeployGraphExecutor()
2: main
3: _start
4: 0xffffffffffffffff
The text was updated successfully, but these errors were encountered: