[Mlir-commits] [mlir] [MLIR][Linalg] Remove failing obsolete OpDSL test for linalg.matmul. (PR #115164)

Renato Golin llvmlistbot at llvm.org
Wed Nov 6 10:36:18 PST 2024


================
@@ -149,6 +149,26 @@ static void fillStructuredOpRegion(OpBuilder &opBuilder, Region &region,
   // iterator_types is an auto-generated method.
 }
 
+/// Helper to create a typical indexing map for MatmulOp. Returns a list of
+/// AffineMap.
+static SmallVector<AffineMap>
+getDefaultIndexingMapsForMatmul(MLIRContext *context) {
----------------
rengolin wrote:

I think the branch is broken, I don't see the original patch that got reverted. @shahidact can you crate a new branch and cherry-pick the two commits instead of rebasing? git often gets confused when rebasing.

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


More information about the Mlir-commits mailing list