[Mlir-commits] [mlir] [mlir][linalg] Add option to pad dynamic dims to `linalg::rewriteAsPaddedOp` (PR #144354)
Nicolas Vasilache
llvmlistbot at llvm.org
Thu Jun 19 00:58:03 PDT 2025
https://github.com/nicolasvasilache approved this pull request.
Overall this looks good and allows us to pad dynamically without breaking existing behavior.
Upon looking back at the semantics of the transform itself, I see a bunch of early artifacts and issues I'd like to change in the short-term future but it should be a new transform op.
Thanks for augmenting the behavior and working around those issues @fabianmcg !
https://github.com/llvm/llvm-project/pull/144354
More information about the Mlir-commits
mailing list