Skip to content
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

[FIX] Fix howto_deploy #7841

Merged
merged 1 commit into from Apr 14, 2021
Merged

[FIX] Fix howto_deploy #7841

merged 1 commit into from Apr 14, 2021

Conversation

tkonolige
Copy link
Contributor

We were missing files in tvm_runtime_pack.cc.

Manually packing the runtime files has led to many issues when adding new features. We should probably figure out a better way to do it.

@tqchen

We were missing files in tvm_runtime_pack.cc
Copy link
Member

@yzh119 yzh119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -37,7 +37,9 @@
* You need to remember to change it to point to the right file.
*
*/
#define TVM_USE_LIBBACKTRACE 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to disable libbacktrace?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, because we aren't linking to libbacktrace.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense to me, thanks.

@tqchen tqchen merged commit 2e32f36 into apache:main Apr 14, 2021
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
We were missing files in tvm_runtime_pack.cc
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
We were missing files in tvm_runtime_pack.cc
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
We were missing files in tvm_runtime_pack.cc
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
We were missing files in tvm_runtime_pack.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants