You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/19 23:34:47 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #5105: [TIR][TARGET] Refactor Target codegen to use IRModule and PrimFunc.

tqchen opened a new pull request #5105: [TIR][TARGET] Refactor Target codegen to use IRModule and PrimFunc.
URL: https://github.com/apache/incubator-tvm/pull/5105
 
 
   As part of the unified IR refactor.
   This PR refactors the target codegen to use IRModule containing tir::PrimFuncs.
   
   In order to break the refactor into several steps without breaking the codebase,
   we built an conversion pass to convert Array<LoweredFunc> into IRModule.
   
   The follow-up refactors will gradually move the passes covered by IRModule up
   until we cover all the passes. Then we can remove the additional redundant
   concepts such as LoweredFunc.
   
   

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen closed pull request #5105: [TIR][TARGET] Refactor Target codegen to use IRModule and PrimFunc.

Posted by GitBox <gi...@apache.org>.
tqchen closed pull request #5105: [TIR][TARGET] Refactor Target codegen to use IRModule and PrimFunc.
URL: https://github.com/apache/incubator-tvm/pull/5105
 
 
   

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


With regards,
Apache Git Services