[Mlir-commits] [mlir] [MLIR][Linalg] Rename convolution pass (PR #154400)
Renato Golin
llvmlistbot at llvm.org
Wed Aug 20 04:02:43 PDT 2025
rengolin wrote:
> In general, less is more - if we can achieve this through "morphism" then I would prefer to maintain only _one_ mechanism.
This particular pattern adds more ops around the convolution, so not a "form conversion". I want in the future to consider DAGs as a form (`contract { broadcast map }` == `broadcast + contract`), but that's a long term discussion that need to also include composite ops like `softmax`. Right now, I don't want to pollute the design space.
Updated the PR to only rename for now.
https://github.com/llvm/llvm-project/pull/154400
More information about the Mlir-commits
mailing list