[Mlir-commits] [mlir] [MLIR][Linalg] Remove failing obsolete OpDSL test for linalg.matmul. (PR #115164)
Md Asghar Ahmad Shahid
llvmlistbot at llvm.org
Thu Nov 7 05:51:58 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) {
----------------
shahidact wrote:
Closing this PR as another PR(https://github.com/llvm/llvm-project/pull/115319) is raised to this effect.
https://github.com/llvm/llvm-project/pull/115164
More information about the Mlir-commits
mailing list