[Mlir-commits] [mlir] [MLIR][Linalg] Remove failing obsolete OpDSL test for linalg.matmul. (PR #115164)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Nov 6 09:44:37 PST 2024
================
@@ -149,6 +149,26 @@ static void fillStructuredOpRegion(OpBuilder &opBuilder, Region ®ion,
// 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) {
----------------
MaheshRavishankar wrote:
Why was this added here?
https://github.com/llvm/llvm-project/pull/115164
More information about the Mlir-commits
mailing list