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

[TIR] Preserve AllocateNode::annotations #15242

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

Lunderberg
Copy link
Contributor

Prior to this commit, some lowering passes would erroneously strip out the annotations from Allocate nodes. This commit updates these passes to preserve the annotations where present.

@tvm-bot
Copy link
Collaborator

tvm-bot commented Jul 5, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Prior to this commit, some lowering passes would erroneously strip out
the annotations from `Allocate` nodes.  This commit updates these
passes to preserve the annotations where present.
@Lunderberg Lunderberg force-pushed the preserve_allocate_annotations branch from 25b9e77 to def6bdb Compare July 5, 2023 17:15
@Lunderberg Lunderberg merged commit 73a62f6 into apache:main Jul 6, 2023
6 checks passed
@Lunderberg Lunderberg deleted the preserve_allocate_annotations branch July 6, 2023 13:04
junrushao pushed a commit to junrushao/tvm that referenced this pull request Jul 15, 2023
Prior to this commit, some lowering passes would erroneously strip out
the annotations from `Allocate` nodes.  This commit updates these
passes to preserve the annotations where present.
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.

3 participants