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

[TVMScript] Printer IRDocsifier #12396

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Conversation

yelite
Copy link
Contributor

@yelite yelite commented Aug 12, 2022

This PR:

  • Adds IRDocsifier

This PR is in draft state because it's branched off from a pending PR #12336

Tracking issue: #11912

cc @junrushao1994 @gbonik

return p->AsDoc<Doc>(MakeTraced(obj, obj_path));
});

TVM_REGISTER_GLOBAL("script.printer.IRDocsifierPushDispatchToken")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These deviates from the public interface of IRDocsifier because of the usage of template programming and RAII guard.

@yelite yelite force-pushed the tunip-irdocsifier branch 5 times, most recently from e61d43b to 2056a77 Compare August 14, 2022 04:09
@yelite yelite marked this pull request as ready for review August 14, 2022 04:17
Co-authored-by: Greg Bonik <gbonik@octoml.ai>

Fix segfault at the end of execution

Add doc for ContextManager

Fix lint

Fix lint
@junrushao junrushao merged commit 1a9faeb into apache:main Aug 16, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
This PR:

- Adds IRDocsifier

This PR is in draft state because it's branched off from a pending PR apache#12336

Tracking issue: apache#11912

Co-authored-by: Greg Bonik <gbonik@octoml.ai>
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