tqchen commented on pull request #7619:
URL: https://github.com/apache/tvm/pull/7619#issuecomment-814079009


   All tvm IR nodes can be constructed via python, we can use Evaluate and 
call_intrin to construct the IR Node. related functions are:
   -  https://tvm.apache.org/docs/api/python/tir.html#tvm.tir.LetStmt
   - https://tvm.apache.org/docs/api/python/tir.html#tvm.tir.call_intrin
   
   IR builder seems to lack the ability to construct a let stmt, and we can 
patch that to support ib.let() just like the ib.scope_attr
   


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

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


Reply via email to