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/01/09 18:57:22 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4669: [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr)

tqchen opened a new pull request #4669: [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr)
URL: https://github.com/apache/incubator-tvm/pull/4669
 
 
   As part of unified IR, we will need to unify relay::Expr
   and the current tvm::Expr under the same base type.
   
   From the techinical point of view. tvm::Expr is a "primitive"
   expression that only contains POD types and handles and does
   not do life-cycle management.
   
   This PR renames Expr->PrimExpr to clarify that.
   We will send a subsequent PR to introduce the base expr class.
   
   

----------------------------------------------------------------
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 commented on issue #4669: [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr)

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4669: [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr)
URL: https://github.com/apache/incubator-tvm/pull/4669#issuecomment-572704116
 
 
   cc @jroesch @yzhliu @merrymercy @ZihengJiang @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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #4669: [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr)

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4669: [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr)
URL: https://github.com/apache/incubator-tvm/pull/4669
 
 
   

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