Polynomial approximations assume F32 values. We can convert all non-f32
cases to operate on f32s with intermediate casts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp | ||
---|---|---|
1398 | Where did false case go? |
mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp | ||
---|---|---|
1398 | Look on the next line? :) Removing the Reuse patterns pushed to the next line. Though I should probably add one for Rsqrt approximation. |
Where did false case go?