[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)

Hyunsung Lee llvmlistbot at llvm.org
Sun Mar 16 04:01:05 PDT 2025


================
@@ -2525,6 +2526,35 @@ MemRefType CollapseShapeOp::computeCollapsedType(
                          srcType.getMemorySpace());
 }
 
+MemRefType
+CollapseShapeOp::inferCollapsedType(MemRefType type,
----------------
ita9naiwa wrote:

Is it okay to make template function inside `mlir/include/mlir/IR/TypeUtilities.h`?

https://github.com/llvm/llvm-project/pull/129036


More information about the Mlir-commits mailing list