[Mlir-commits] [mlir] [MLIR][Linalg] Introduce broadcast/transpose semantic to 'linalg.batc… (PR #122275)
Renato Golin
llvmlistbot at llvm.org
Mon Jan 13 04:28:53 PST 2025
rengolin wrote:
> Looks like the syntax introduced here matches #115319 (unless I missed sth), so this is consistent with the previous patches in the series 👍🏻
That's the idea. After this, there's a last one for `batch_reduce_matmul`, then we can start the downstream cleanup to stop using the `_transpose_` variants in favour of these ones, and in some point in the future decide to drop them from OpDSL altogether.
https://github.com/llvm/llvm-project/pull/122275
More information about the Mlir-commits
mailing list