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

   Hi~ this is a patch to handle EqNode in `detect_clip_bound`. We got some 
regression failure when using this methodology as the power of upstream 
arithmetic simplifier grows.
   
   Many trivial cases like `x >= 4, x in [0, 4]` seems to get well simplified 
to `x==4`  and certain assumptions on some condition be non-eq comparation do 
not hold then.


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

Reply via email to