[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


================
@@ -4747,13 +4770,21 @@ SmallVector<OpFoldResult> PackOp::getResultShape(
 
 /// Get the expected packed type based on source type, tile factors, position of
 /// the inner tiles and permutation of the outer tiled loop.
-RankedTensorType PackOp::inferPackedType(RankedTensorType sourceType,
+RankedTensorType PackOp::inferPackedTensorType(
----------------
hanhanW wrote:

The above comment needs to be removed because they are documented in the declaration.

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


More information about the Mlir-commits mailing list