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/16 22:04:23 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4729: [REFACTOR] Polish runtime

tqchen opened a new pull request #4729: [REFACTOR] Polish runtime
URL: https://github.com/apache/incubator-tvm/pull/4729
 
 
   - Change operator bool -> explicit operator bool (safe bool idiom)
      - This allows us to use operator bool in Expr as well without worry about op overloading.
   - Use absolute include when necessary
   - Move type related util to data_type
   - Isolate stackvm code from compiler
   
   cc @icemelon9 @ZihengJiang 
   

----------------------------------------------------------------
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 #4729: [REFACTOR] Polish runtime

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4729: [REFACTOR] Polish runtime
URL: https://github.com/apache/incubator-tvm/pull/4729
 
 
   

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