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/10 18:55:31 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc

tqchen opened a new pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc
URL: https://github.com/apache/incubator-tvm/pull/4678
 
 
   Under the unified IR. We will allow a single IRModule
   to store different function variants, such as relay::Function,
   ExternFunc, and low-level function.
   
   This PR changes relay::Function -> BaseFunc in the module file
   to support multiple function variants.
   
   This PR depends on #4673 

----------------------------------------------------------------
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 #4678: [REFACTOR][IR] Allow Module to store BaseFunc

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4678: [REFACTOR][IR] Allow Module to store BaseFunc
URL: https://github.com/apache/incubator-tvm/pull/4678#issuecomment-573162010
 
 
   cc @wweic @MarisaKirisame @jroesch @zhiics @icemelon9 

----------------------------------------------------------------
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 #4678: [REFACTOR][IR] Allow Module to store BaseFunc

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc
URL: https://github.com/apache/incubator-tvm/pull/4678
 
 
   

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