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 2022/04/04 14:56:49 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #10890: [microNPU] Flatten after allocates have been removed in HoistAllocates pass

lhutton1 opened a new pull request, #10890:
URL: https://github.com/apache/tvm/pull/10890

   Fixes a small issue which caused SeqStmts to get left behind in the body of the inner allocate after hoisting the allocates. Flattening now happens after the mutation has happened, which consequently helps simplify the pass.
   
   The `test_outer_seq_stmt` test case already had this behavior, so a new check has been added to catch this case.
   
   cc @NicolaLancellotti @manupa-arm @ekalda 


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] manupa-arm commented on pull request #10890: [microNPU] Flatten after allocates have been removed in HoistAllocates pass

Posted by GitBox <gi...@apache.org>.
manupa-arm commented on PR #10890:
URL: https://github.com/apache/tvm/pull/10890#issuecomment-1088885772

   Thanks all!


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] manupa-arm merged pull request #10890: [microNPU] Flatten after allocates have been removed in HoistAllocates pass

Posted by GitBox <gi...@apache.org>.
manupa-arm merged PR #10890:
URL: https://github.com/apache/tvm/pull/10890


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org