[mlir] [MLIR][Linalg] Introduce broadcast/transpose semantic to 'linalg.batc… (PR #122275)
Andrzej Warzyński
llvmlistbot at llvm.org
Wed Jan 15 11:53:08 PST 2025
================
@@ -88,6 +88,14 @@ FailureOr<Operation *>
mlir::linalg::transposeBatchMatmul(RewriterBase &rewriter,
linalg::BatchMatmulOp batchMatmulOp,
bool transposeLHS) {
+ // Check to not let go the batch_matmul with extended semantic, through this
+ // transform.
----------------
banach-space wrote:
[nit] Skip, this is clear from the code.
https://github.com/llvm/llvm-project/pull/122275
More information about the Mlir-commits
mailing list