Ubospica opened a new pull request, #16040:
URL: https://github.com/apache/tvm/pull/16040
This PR:
- Supports `Analyzer.int_set(expr)` from python side. That is, exposing this
API from C++ side. Previously we only support `Analyzer.int_set(expr,
dom_map)`.
- Adds some RewriteSimplifier rules for simplifying certain expressions:
- `min/max(x +- y, x)` where `y>=0` or `y<0`
- Supporting symbolic analysis in comparision expressions. That enables
simplifying `x // 2 < y where x < y * 2` to `True`.
--
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]