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

Ivan Butygin llvmlistbot at llvm.org
Sun Mar 23 06:51:52 PDT 2025


Hardcode84 wrote:

And as a side question, why do we even need `vector.fma`? Looks like it's 1:1 equivalent of `math.fma` on vectors, except `math.fma` actually does support scalars and tensors.

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


More information about the Mlir-commits mailing list