Add f16 type support in math.erf op.
authorPrashant Kumar <prashant@nod-labs.com>
Wed, 12 Oct 2022 12:41:16 +0000 (12:41 +0000)
committerPrashant Kumar <prashant@nod-labs.com>
Fri, 14 Oct 2022 12:57:58 +0000 (12:57 +0000)
commit880b8f4e04419d5f9b506cd6e66b76180acecbb4
tree9b6501e48c929a4d18ed02c4a1a0bde165812a3f
parent9721687835a7df5da0c9482cf684c11b8ba97f75
Add f16 type support in math.erf op.

f16 type support was missing in the math.erf op.

Reviewed By: ezhulenev

Differential Revision: https://reviews.llvm.org/D135770
mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp