[Mlir-commits] [mlir] [mlir][vector] `vector.fma` is not `ElementwiseMappable` (PR #132611)

Diego Caballero llvmlistbot at llvm.org
Thu Mar 27 14:11:04 PDT 2025


dcaballe wrote:

IIRC, `math.fma` represents a library implementation of FMA, which would result in a library call, whereas `vector.fma` is expected to be lowered to an fma LLVM or hardware intrinsic...

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


More information about the Mlir-commits mailing list