jikechao opened a new pull request, #18014:
URL: https://github.com/apache/tvm/pull/18014

   This PR fixes an issue where pooling window size calculations incorrectly 
used the input dtype, which could lead to:
   
   - Division truncation artifacts with small integer types (e.g., int8)
   - Potential divide-by-zero errors in certain cases
   
   The fix ensures proper window size calculation independent of input type and 
fixed #17938. In addition, I also added a CI test.
   


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