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

Exposed lowered func to c++ API. #4012

Merged
merged 1 commit into from
Sep 27, 2019

Conversation

kimishpatel
Copy link
Contributor

So that you can use: build_mod_.GetFunction("get_lowered_funcs", false);
to get lowered_funcs.

For our use case, it is used mostly for perf debug from C++ runtime.

So that you can use: `build_mod_.GetFunction("get_lowered_funcs", false);`
to get lowered_funcs.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
@kimishpatel
Copy link
Contributor Author

CC: @jroesch

@tqchen tqchen merged commit 16bed7e into apache:master Sep 27, 2019
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 30, 2019
So that you can use: `build_mod_.GetFunction("get_lowered_funcs", false);`
to get lowered_funcs.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 30, 2019
So that you can use: `build_mod_.GetFunction("get_lowered_funcs", false);`
to get lowered_funcs.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
wweic pushed a commit to neo-ai/tvm that referenced this pull request Oct 1, 2019
So that you can use: `build_mod_.GetFunction("get_lowered_funcs", false);`
to get lowered_funcs.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
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.

2 participants