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

[REFACTOR][IR] kExternalSymbol -> kGlobalSymbol #5211

Merged
merged 2 commits into from Apr 2, 2020
Merged

Conversation

zhiics
Copy link
Member

@zhiics zhiics commented Apr 2, 2020

#5210

This PR replaces KExternalSymbol with kGlobalSymbol. The global_symbol is attached to functions for runtime symbol lookup.

@zhiics
Copy link
Member Author

zhiics commented Apr 2, 2020

cc @tqchen @comaniac

Maybe I should create a separate PR for the String object so that we can track it more conveniently?

Copy link
Contributor

@comaniac comaniac left a comment

Choose a reason for hiding this comment

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

LGTM for the external codegen part.

@tqchen tqchen merged commit d2f9af7 into apache:master Apr 2, 2020
@zhiics zhiics deleted the symbol branch April 2, 2020 21:51
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
* expose runtime::String to Python

* kExternalSymbol -> kGlobalSymbol
zhiics added a commit to neo-ai/tvm that referenced this pull request Apr 17, 2020
* expose runtime::String to Python

* kExternalSymbol -> kGlobalSymbol
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