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/07/13 08:35:18 UTC

[GitHub] [tvm] wrongtest-intellif opened a new pull request, #12080: [TIR] Fold const or empty iter partition

wrongtest-intellif opened a new pull request, #12080:
URL: https://github.com/apache/tvm/pull/12080

   Some minor updation to loop partition pass
   - Use `tvm::min/tvm::max` instead of `Min/Max`
   
     Since currently `VectorizeLoop` pass is just after `LoopPartition`, there are no extra simplifications. The loop extents like `Min(1, 8 - 3)`  will just fail on vectorizer check. We could just fold constants immediately when we create partitioned loops.
   
   - Remove unneccesary warning log, and do not create zero-extent loop if we could prove the extent is less or equal to zero.


-- 
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] junrushao1994 commented on pull request #12080: [TIR] Fold const or empty iter partition

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on PR #12080:
URL: https://github.com/apache/tvm/pull/12080#issuecomment-1182955316

   CC: @tqchen


-- 
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] kparzysz-quic merged pull request #12080: [TIR] Fold const or empty iter partition

Posted by GitBox <gi...@apache.org>.
kparzysz-quic merged PR #12080:
URL: https://github.com/apache/tvm/pull/12080


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