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

   The current implementation of NormalizeGlobalVar couples the 
`AddPublicFunction` and checks if the module needs renaming, which causes the 
modules that don't need renaming to run unnecessary code, such as `AddFunction` 
to the new module.
   
   This patch separates the two steps so that the modules that don't need 
renaming can skip the `AddPublicFunction` step.
   
   cc @Ubospica 


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