[Mlir-commits] [mlir] [mlir][linalg] Allow pack consumer fusion if the tile size is greater than dimension size. (PR #149438)
Ege Beysel
llvmlistbot at llvm.org
Thu Jul 17 23:03:06 PDT 2025
================
@@ -911,7 +911,7 @@ struct PackOpTiling
int64_t destDimSize = packOp.getDestType().getDimSize(dim);
bool isTiled = failed(cstTileSize) ||
----------------
egebeysel wrote:
A comment here explaining the `<` would be nice, something like what you have in the description.
https://github.com/llvm/llvm-project/pull/149438
More information about the Mlir-commits
mailing list