akaashrp opened a new pull request, #20135: URL: https://github.com/apache/tvm/pull/20135
Preserve PyTorch dtype and negative-base behavior when importing tensor powers with nonnegative integral scalar exponents. This PR: - Applies PyTorch’s scalar exponent conversion before lowering - Preserves dtype promotion for integer tensors raised to floating-point scalars - Lowers integral exponents to multiplication using exponentiation by squaring - Leaves negative and fractional exponents on the general `power` path -- 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]
