[Mlir-commits] [mlir] [mlir][linalg] Update pack and unpack documentation (PR #143903)

Christopher McGirr llvmlistbot at llvm.org
Fri Jun 27 00:09:54 PDT 2025


================
@@ -2771,6 +2771,69 @@ func.func @pad_and_pack_partially_dynamic(%source: tensor<?x?xf32>, %dest: tenso
 
 // -----
 
+func.func @pack_descending_inner_dims_with_padding(%source: tensor<1x5x7xf32>, %dest: tensor<1x3x2x4x2xf32>, %pad: f32) -> tensor<1x3x2x4x2xf32> {
----------------
chrsmcgrr wrote:

True, I will change the name. 

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


More information about the Mlir-commits mailing list