[Mlir-commits] [mlir] [mlir][linalg] Restrict linalg.pack to not have artificial padding. (PR #149624)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Jul 22 11:46:24 PDT 2025
================
@@ -1760,6 +1760,7 @@ func.func @pack_invalid(%input: tensor<256x128xf32>, %output: tensor<8x8x32x16xf
}
// -----
+
----------------
hanhanW wrote:
Good catch! I misread the existing invalid IR. I add the example to the test.
https://github.com/llvm/llvm-project/pull/149624
More information about the Mlir-commits
mailing list