[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)
Hyunsung Lee
llvmlistbot at llvm.org
Sun Mar 16 04:32:37 PDT 2025
================
@@ -1799,6 +1799,11 @@ def MemRef_CollapseShapeOp : MemRef_ReassociativeReshapeOp<"collapse_shape", [
static MemRefType computeCollapsedType(
MemRefType srcType, ArrayRef<ReassociationIndices> reassociation);
+ static MemRefType
----------------
ita9naiwa wrote:
We don't need them, I removed and changed to use computeCollapsedType instead.
https://github.com/llvm/llvm-project/pull/129036
More information about the Mlir-commits
mailing list