[Mlir-commits] [mlir] [mlir][linalg] raise generic to named ops. (PR #110421)
Renato Golin
llvmlistbot at llvm.org
Mon Oct 7 03:18:26 PDT 2024
rengolin wrote:
> > "is broadcast" functionality with y
>
> Hi @rengolin and shahidact. My generic to naming is based on broadcast . Not a coupling of matmul and transpose/broadcast.
>
> @rengolin please review my patch on merits of current linalg. `generic to named` has many named ops translation still pending. It is a good feature to have these pass through. If linalg.matmul expands to perm attribute as you propose, the current generic-to-named which translates contractions to matmul variations e.g. linalg.matmul_transpose_a ... I will extend to cover them as well.
Hey, sorry, I did not mean to review this PR with my tag, just to alert @shahidact to your PR so he can check his own PR against it.
https://github.com/llvm/llvm-project/pull/110421
More information about the Mlir-commits
mailing list