[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)

Hyunsung Lee llvmlistbot at llvm.org
Sat Mar 22 18:08:21 PDT 2025


================
@@ -4433,9 +4433,9 @@ static LogicalResult commonVerifierPackAndUnPackOp(OpTy packOrUnPack) {
     return op->emitError("invalid zero tile factor");
 
   // Verify inner_dims_pos and outer_dims_perm.
----------------
ita9naiwa wrote:

Done!

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


More information about the Mlir-commits mailing list