[Mlir-commits] [mlir] [mlir][linalg] Improve UnPackOp tiling for perfect-tiling cases. (PR #189470)

Han-Chung Wang llvmlistbot at llvm.org
Wed Apr 1 11:58:22 PDT 2026


hanhanW wrote:

> I don't know whether the zero value is valid or not in getTiledImplementation()'s `sizes` argument. If the zero value means `no tiling`, then we could handle all cases without using `isEqualConstantIntOrValue()`

Yes, zero value means `no tiling`for that dimension.

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


More information about the Mlir-commits mailing list