[Mlir-commits] [mlir] [mlir] Add apply_patterns.linalg.generalize_pack_unpack TD Op (PR #116373)

Andrzej Warzyński llvmlistbot at llvm.org
Fri Nov 15 11:59:21 PST 2024


================
@@ -41,6 +41,18 @@ def ApplyEraseUnnecessaryInputsPatternsOp : Op<Transform_Dialect,
   let assemblyFormat = "attr-dict";
 }
 
+def ApplyGeneralizeTensorPackUnpackPatternsOp
----------------
banach-space wrote:

> I'm confused about the difference between Generalization and Decomposition.

Same and I am glad that you've raised this :) "Decompose" would make more sense to me - "Generalization" tends to be use in the context of Linalg named Ops (e.g. `linalg.matmul` -> `linalg.generic`). I am happy to rename these as "Decomposition" 👍🏻 

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


More information about the Mlir-commits mailing list