[Mlir-commits] [mlir] [mlir][vector] Propagate `vector.extract` through elementwise ops (PR #131462)
Ivan Butygin
llvmlistbot at llvm.org
Sun Mar 23 06:22:07 PDT 2025
Hardcode84 wrote:
@banach-space I found another issue while testing it: `vector.fma` has the `ElementwiseMappable` trait, which includes
```
// Elementwise op can be applied to scalars instead tensor/vector operands.
def Scalarizable : NativeOpTrait<"Scalarizable", [Elementwise]>;
```
But doesn't actually support scalar inputs.
https://github.com/llvm/llvm-project/pull/131462
More information about the Mlir-commits
mailing list