[Mlir-commits] [mlir] [mlir][linalg] Vectorize directly to a named contraction (PR #147296)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jul 10 08:25:48 PDT 2025


banach-space wrote:

Thanks for elaborating, Adam! Now I see what was the source of confusion for me. Basically, there is no ambiguity at the `Linalg` level, but rather in how we materlialise broadcasts at the `Vector` level.

> I lean toward forcing users to first decompose unsupported affine maps to not have to guess or compromise on an arbitrary default decomposition for these edge cases.

+1

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


More information about the Mlir-commits mailing list