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/04 19:56:20 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4621: [REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL

tqchen opened a new pull request #4621: [REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL
URL: https://github.com/apache/incubator-tvm/pull/4621
 
 
   TVM_REGSISTER_API is an alias of TVM_REGISTER_GLOBAL.
   In the spirit of simplify redirections, this PR removes
   the original TVM_REGISTER_API macro and directly use TVM_REGISTER_GLOBAL.
   
   This type of refactor will also simplify the IDE navigation tools
   such as FFI navigator to provide better code reading experiences.
   
   Move EnvFunc's definition to node.
   

----------------------------------------------------------------
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 #4621: [REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL

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

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