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/17 23:08:30 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower the Pass Manager

tqchen opened a new pull request #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower the Pass Manager
URL: https://github.com/apache/incubator-tvm/pull/5364
 
 
   - Migrate BoundCheckers and Simplify
   - Migrate RewriteUnsafeSelect and RemoveNoOp
   - Migrate UnrollLoop and StorageRewrite
   - Migrate InjectDoubleBuffer and InjectVirtualThread
   - Migrate LoopPartition and Vectorize
   - Migrate CoProcSync, LiftAttrScope, InjectCopyIntrin
   
   We still keep ir_pass registerations for now.
   Need a separate PR to refactor the parts before the StorageFlatten.
   
   
   

----------------------------------------------------------------
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 #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower to the Pass Manager

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower to the Pass Manager
URL: https://github.com/apache/incubator-tvm/pull/5364
 
 
   

----------------------------------------------------------------
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 #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower the Pass Manager

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower the Pass Manager
URL: https://github.com/apache/incubator-tvm/pull/5364#issuecomment-615501388
 
 
   cc @yzhliu @zhiics @ZihengJiang @merrymercy @vinx13 @Hzfengsy 
   
   cc @kevinthesun I left out` HoistIfThenElse` , please take a stab at that :)
   

----------------------------------------------------------------
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] zhiics commented on issue #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower to the Pass Manager

Posted by GitBox <gi...@apache.org>.
zhiics commented on issue #5364: [TIR][REFACTOR] Migrate low-level passes in tvm.lower to the Pass Manager
URL: https://github.com/apache/incubator-tvm/pull/5364#issuecomment-615539983
 
 
   Sorry, I am being really busy today. Can take a look tomorrow. 

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