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/04/14 01:01:16 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #5326: [TIR] Refactor MakePackedAPI to target dependent stage.

tqchen opened a new pull request #5326: [TIR] Refactor MakePackedAPI to target dependent stage.
URL: https://github.com/apache/incubator-tvm/pull/5326
 
 
   Previously MakePackedAPI was in the target independent stage,
   but never the less requires the device_type information that will be
   binded at a later target dependent stage.
   
   The previous implementation was due to the limitation of LoweredFunc
   which can not carry buffer_map info(so they have to be lowered right away).
   This is no longer the case after the unified IR refactor.
   
   This PR migrates MakePackedAPI to a target dependent stage
   and removes the un-necessary BindDevice pass.
   

----------------------------------------------------------------
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 #5326: [TIR] Refactor MakePackedAPI to target dependent stage.

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5326: [TIR] Refactor MakePackedAPI to target dependent stage.
URL: https://github.com/apache/incubator-tvm/pull/5326#issuecomment-613169547
 
 
   cc @areusch @yzhliu @jroesch @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 #5326: [TIR] Refactor MakePackedAPI to target dependent stage.

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5326: [TIR] Refactor MakePackedAPI to target dependent stage.
URL: https://github.com/apache/incubator-tvm/pull/5326
 
 
   

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