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

Stella Laurenzo llvmlistbot at llvm.org
Tue Oct 8 09:12:51 PDT 2024


================
@@ -335,7 +412,7 @@ static void printNamedStructuredOp(OpAsmPrinter &p, Operation *op,
       /*elidedAttrs=*/{"operandSegmentSizes",
                        // See generated code in
                        // LinalgNamedStructuredOps.yamlgen.cpp.inc
-                       "linalg.memoized_indexing_maps"});
+                       "linalg.memoized_indexing_maps", "indexing_maps"});
----------------
stellaraccident wrote:

It's fine to defer if you all are going to keep working on this and get it to a final state. I guess I'm less scared of making a single line change to mlir-linalg-ods-yaml-gen.cpp to move the callsite but I understand if folks don't want to do that.

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


More information about the Mlir-commits mailing list