[Mlir-commits] [mlir] [mlir][linalg/scf/transform] scalable tiling and fusion for pack/unpack ops (PR #204007)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jun 25 05:00:56 PDT 2026


================
@@ -1162,16 +1202,29 @@ struct PackOpTiling
         std::optional<int64_t> cstInnerSize =
             getConstantIntValue(dimAndTileMapping[dim]);
 
+        // A caller-supplied alignment hint (see InnerTileAlignment) asserts
+        // that this packed dimension is tiled and how its loop tile size
+        // relates to the inner tile size.
----------------
banach-space wrote:

`the inner tile size.` -> `the PackOp inner tile size.`

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


More information about the Mlir-commits mailing list