[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue May 14 12:05:37 PDT 2024
================
@@ -134,6 +136,24 @@ transposePackedMatmul(RewriterBase &rewriter, linalg::LinalgOp linalgOp,
return packTransposedMatmul;
}
+static SmallVector<int64_t> getDefaultBlockFactors(linalg::LinalgOp linalgOp) {
----------------
ftynse wrote:
Could we slice this into a different PR to simplify reviewing?
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list