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] Fix data dependent indexing when lowering TE to TIR #8217

Merged
merged 1 commit into from Jun 9, 2021

Conversation

tkonolige
Copy link
Contributor

A conversion pass was missing the recursive VisitExpr statement.

@junrushao1994 @Hzfengsy @vinx13 @MasterJH5574 @tqchen

A conversion pass was missing the recursive VisitExpr statement.
@junrushao
Copy link
Member

Thanks Tristan for the fix!

A takeaway here is that we should always prefer recursive visit by calling StmtExprMutator::VisitExpr_ @Hzfengsy @spectrometerHBH

Copy link
Member

@Hzfengsy Hzfengsy left a comment

Choose a reason for hiding this comment

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

Thanks for the fix

@junrushao junrushao merged commit 5e006e0 into apache:main Jun 9, 2021
@junrushao
Copy link
Member

Thanks @tkonolige @tqchen @Hzfengsy!

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 17, 2021
A conversion pass was missing the recursive VisitExpr statement.
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jun 17, 2021
A conversion pass was missing the recursive VisitExpr statement.
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

4 participants