LeiWang1999 commented on issue #19546: URL: https://github.com/apache/tvm/issues/19546#issuecomment-4427908853
also, rsqrt should be lowered to the cuda intrinsic `rsqrt(x)` rather than being implemented as `1 / sqrt(x)`as they are not bitwise identical. -- 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]
