[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Adam Siemieniuk
llvmlistbot at llvm.org
Thu May 16 07:31:12 PDT 2024
================
@@ -134,6 +136,24 @@ transposePackedMatmul(RewriterBase &rewriter, linalg::LinalgOp linalgOp,
return packTransposedMatmul;
}
+static SmallVector<int64_t> getDefaultBlockFactors(linalg::LinalgOp linalgOp) {
----------------
adam-smnk wrote:
+1
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list