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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]