[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)
Han-Chung Wang
llvmlistbot at llvm.org
Fri Apr 18 16:25:58 PDT 2025
================
@@ -265,6 +268,7 @@ FailureOr<LowerPackResult> linalg::lowerPack(RewriterBase &rewriter,
highs[pos] = affine::makeComposedFoldedAffineApply(
rewriter, loc, map, {outerSize, origSize, innerSize});
}
+ // TODO: Need memref.pad operation to support memref operands
----------------
hanhanW wrote:
What is `memref.pad`? I think this will be a question from other contributors in the future. I'd remove the comment to avoid confusion in the first place.
https://github.com/llvm/llvm-project/pull/129036
More information about the Mlir-commits
mailing list