wrongtest-intellif commented on PR #13900:
URL: https://github.com/apache/tvm/pull/13900#issuecomment-1414892147

   > ```python
   > x = T.var("int32")
   > y = T.var("int32")
   > with T.let(x, y):
   >   with T.let(y, 0):
   > ```
   
   Thank you for the fix! Here is my small question for the example, does it 
shoud be 
   ```
   with T.let(y, 0):
     with T.let(x, y):
   ```


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to