mbrookhart commented on pull request #7883:
URL: https://github.com/apache/tvm/pull/7883#issuecomment-824136011


   I changed the order of operations on align_corner from out = a / b * x to 
out = x * a / b. That seems to have caused some rounding errors on GPU, if I 
revert the change the intermittency goes away.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to