[Mlir-commits] [mlir] [mlir][linalg] Restrict linalg.pack to not have extra padding sizes. (PR #149624)
Javed Absar
llvmlistbot at llvm.org
Sun Jul 20 03:49:22 PDT 2025
================
@@ -4601,8 +4601,8 @@ static bool isInvalidPackingPosSpecification(ArrayRef<int64_t> dimsPos,
/// Returns true if the dimension of `sourceShape` is smaller than the dimension
/// of the `limitShape`.
----------------
javedabsar1 wrote:
If we agree to change then the above comment must also change to
```
/// Returns true if the dimension of `sourceShape` is equal to `limitShape`.
/// If dynamic, the check is skipped
```
https://github.com/llvm/llvm-project/pull/149624
More information about the Mlir-commits
mailing list