[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)
Hyunsung Lee
llvmlistbot at llvm.org
Sun Mar 16 04:33:26 PDT 2025
================
@@ -2525,6 +2526,35 @@ MemRefType CollapseShapeOp::computeCollapsedType(
srcType.getMemorySpace());
}
+MemRefType
+CollapseShapeOp::inferCollapsedType(MemRefType type,
----------------
ita9naiwa wrote:
Sorry, we don't need `CollapseShapeOp::inferCollapsedType` for MemrefType at all.
https://github.com/llvm/llvm-project/pull/129036
More information about the Mlir-commits
mailing list