zhiics opened a new pull request #4988: [Refactor][Relay Build] refactor build 
module to take IRModule
URL: https://github.com/apache/incubator-tvm/pull/4988
 
 
   This PR refactors relay build_module interfaces to accept IRModules instead 
of Function. This can help external codegen that may need to lift functions 
into the global scope. 
   
   Many tests in the codebase have already passed IRModule to `relay.build`, so 
no additional unit test is added in this PR.
   
   A follow up PR will be sent to add the outlining and inlining of 
subgraphs/sub-functions that are supported by external codegen.
   
   cc @comaniac @icemelon9 @jroesch @tqchen @wweic 
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to