[Mlir-commits] [mlir] [mlir] Add apply_patterns.linalg.generalize_pack_unpack TD Op (PR #116373)
Han-Chung Wang
llvmlistbot at llvm.org
Fri Nov 15 11:05:52 PST 2024
================
@@ -41,6 +41,18 @@ def ApplyEraseUnnecessaryInputsPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyGeneralizeTensorPackUnpackPatternsOp
----------------
hanhanW wrote:
Sorry for asking this question while the naming is following the existing style. I'm confused about the difference between Generalization and Decomposition. Should we unify the terminology? How do you interpret them?
(I could be the root cause who invented the terms when I wrote the patterns. And I feel that they could be renamed to decomposition now.)
https://github.com/llvm/llvm-project/pull/116373
More information about the Mlir-commits
mailing list