Hzfengsy opened a new pull request #9776: URL: https://github.com/apache/tvm/pull/9776
`EstimateRegionLowerBound` did not consider the case that scales are negative. For example, the range `[1 - i, 5 - i)`, where `i in [0, 4)`. So the estimated region lower bound should be `[-2, 5)`. By mistake, we analyze it into `[1, 1]` previously. cc @junrushao1994 @spectrometerHBH -- 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]
