[Mlir-commits] [mlir] [mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (PR #104783)
Md Asghar Ahmad Shahid
llvmlistbot at llvm.org
Wed Oct 9 00:37:26 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"});
----------------
shahidact wrote:
I have incorporated the requested change. Hope my understanding was correct.
https://github.com/llvm/llvm-project/pull/104783
More information about the Mlir-commits
mailing list