junrushao commented on PR #14318:
URL: https://github.com/apache/tvm/pull/14318#issuecomment-1472967037

   The primary reason we are changing this is for consistency with python 
interface. In python, if we have
   
   ```python
   a = IntImm("int64", 1)
   b = IntImm("int64", 2)
   print(a + b)
   ```
   
   then it const-folds to `3`. Therefore, we kinda favor having the same 
behavior in TVMScript. What do you think?


-- 
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