Unverified Commit 10a57f3a authored by Prashant Kumar's avatar Prashant Kumar Committed by GitHub
Browse files

[mlir][math] Expand powfI operation for constant power operand. (#87081)

-- Convert `math.fpowi` to a series of `arith.mulf` operations.
-- If the power is negative, we divide the result by 1.
parent cbb27bef
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment