Lunderberg opened a new pull request, #14531:
URL: https://github.com/apache/tvm/pull/14531

   Prior to this commit, the `bind_assign_value` implementation for TIR would 
treat assignment of constants (e.g. `j = 42`) as meta-variables to be inserted 
at their point of use.  This commit updates the parsing to treat `j = 42` as a 
shorthand for the TIR `LetStmt`, similar to the update made in 
https://github.com/apache/tvm/pull/14320.  This behavior is more consistent 
with the other uses of `bind_assign_value` as assignment, with `j = 
T.meta_var(42)` used to represent meta-variables.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to