[Mlir-commits] [mlir] [MLIR][Linalg] Fix crash when parsing linalg.elementwise with vector inputs (#178363) (PR #179170)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 1 22:26:12 PST 2026
IamYJLee wrote:
@matthias-springer @rengolin @javedabsar1
I’ve opened this as a draft PR to check if this is the right direction.
Since you provided helpful comments on the issue, I’d really appreciate your feedback.
```mlir
../testing.mlir:8:64: error: custom op 'linalg.elementwise' input operand #0 must be a memref or ranked tensor, but got 'vector<4xi32>'
%5 = linalg.elementwise kind=#linalg.elementwise_kind<add> ins(%0, %0 : vector<4xi32>, vector<4xi32>) outs(%0 : vector<4xi32>) -> tensor<4xi32>
```
https://github.com/llvm/llvm-project/pull/179170
More information about the Mlir-commits
mailing list