cchung100m commented on PR #19698: URL: https://github.com/apache/tvm/pull/19698#issuecomment-5305892925
Hi @tlopex Thanks for the feedback. I've addressed the issue "use sizes or add a TOPI test without scales" by implementing three direct TOPI-level tests that call topi.image.resize2d directly. These tests: 1. Verify the int-div optimization fires when scales=None and the size ratio is an integer 2. Verify the optimization is correctly disabled when an explicit (non-integer) scale override is provided. 3. Verify the optimization is behavior-preserving for integer scale overrides -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
