[Mlir-commits] [mlir] [mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (PR #104783)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 9 18:25:52 PDT 2024


================
@@ -1139,9 +1144,40 @@ int64_t LinalgOp::getIndexingMapIndex(OpOperand *opOperand) {
          operandNumber - start;
 }
 
+static LogicalResult verifyBroadcastSemantic(
----------------
MaheshRavishankar wrote:

Please add comment describing what each of the operands are.

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


More information about the Mlir-commits mailing list