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/19 01:51:33 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver

tqchen opened a new pull request #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver
URL: https://github.com/apache/incubator-tvm/pull/4742
 
 
   This PR moves the codegen related code into the target folder,
   as they are target specific functionalities.
   
   We also adopt the term "compiler driver" in common compiler infra
   such as rust, GHC and clang.
   As a result, build_module is moved into the driver folder.
   
   depends on #4740 

----------------------------------------------------------------
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 #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver
URL: https://github.com/apache/incubator-tvm/pull/4742#issuecomment-576028959
 
 
   Thanks @zhiics @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 commented on issue #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver
URL: https://github.com/apache/incubator-tvm/pull/4742#issuecomment-575957151
 
 
   cc @zhiics @ajtulloch @yzhliu @merrymercy @hlu1 @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 #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4742: [REFACTOR][CODEGEN] codegen->target, build_module->driver
URL: https://github.com/apache/incubator-tvm/pull/4742
 
 
   

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