[Mlir-commits] [mlir] [MLIR][Math] Add erfc to math dialect (PR #126439)

Prashant Kumar llvmlistbot at llvm.org
Mon Feb 10 07:50:00 PST 2025


================
@@ -1118,12 +1122,103 @@ ErfPolynomialApproximation::matchAndRewrite(math::ErfOp op,
   return success();
 }
 
+// Approximates erfc(x) with
----------------
pashu123 wrote:

Please describe how it's being expanded and the StackOverflow URL.

https://github.com/llvm/llvm-project/pull/126439


More information about the Mlir-commits mailing list