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

   In #16090 we deprecated bb.get() since it will face name conflict issues. 
However, bb.get() is still useful in the middle of the building process since 
it will not invalidate global vars. So this PR provides these interfaces:
   - `bb.get()`: used in the middle the building process to get the 
intermediate IRModule
   - `bb.finalize()`: used at the end of the building process to finalize
   
   cc @vinx13 


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