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

[Bugfix] Fix TSIM build error #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xhmelon
Copy link

@xhmelon xhmelon commented Apr 10, 2024

An error occurs when building VTA TSIM. The reason is that the GetFunction method of DPIModule uses std::string as the type of parameter name, while the virtual interface of ModuleNode is defined as tvm::runtime::String, and this PR fixes it. This issue was captured in apache/tvm#16853.

cc @tqchen @tmoreau89 @vegaluisjose @liangfu @vinx13 @masahi @ysh329

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant