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

Ege Beysel llvmlistbot at llvm.org
Wed Jul 1 07:07:31 PDT 2026


================

----------------
egebeysel wrote:

I checked this again to refresh my memory, and the reason is that we did not need it. For pure tiling,  the tile size is set by destination (packed) outer dimensions. In fact, the tiling interface doesn't even allow you to tile across the inner dims.

So I might as well drop my TODO on the pack tiling interface for this.

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


More information about the Mlir-commits mailing list