[Mlir-commits] [llvm] [mlir] [mlir][linalg/scf/transform] scalable tiling and fusion for pack/unpack ops (PR #204007)
Ege Beysel
llvmlistbot at llvm.org
Thu Jul 2 02:02:22 PDT 2026
================
----------------
egebeysel wrote:
Update here, the pure tiling case did not need it, but the TODO was still necessary, since producer fusion of pack needed it. I initially left that as a TODO, but it was rather a short fix, so I implemented it (in `PackOpTiling::generateResultTileValue`, `mlir/lib/Dialect/Linalg/Transforms/TilingInterfaceImpl.cpp:1074`) and added the corresponding tests. Please take a look :)
https://github.com/llvm/llvm-project/pull/204007
More information about the Mlir-commits
mailing list