[Mlir-commits] [mlir] [mlir][linalg] Split elementwise ops with concat inputs (PR #213630)

Chuanqi Xu llvmlistbot at llvm.org
Tue Aug 4 22:56:35 PDT 2026


ChuanqiXu9 wrote:

> LGTM! One small doc fix: the class comment currently says the result is `concat(elementwise(x0, x1), elementwise(y0, y1))`. it should be `concat(elementwise(x0, y0), elementwise(x1, y1))` (the implementation and the later comments already have the right pairing).

Thanks for reviewing

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


More information about the Mlir-commits mailing list