[Mlir-commits] [mlir] [MLIR][Linalg] Add aggregate ops decomposition pass and softmax decom… (PR #97582)

Petr Kurapov llvmlistbot at llvm.org
Fri Jul 5 03:56:42 PDT 2024


================
@@ -250,6 +282,8 @@ module attributes {transform.with_named_sequence} {
 
     %2 = transform.structured.match ops{["linalg.softmax"]} in %arg1 : (!transform.any_op) -> !transform.any_op
     %3 = transform.structured.decompose_interface %2 : (!transform.any_op) -> !transform.any_op
+    %4 = transform.structured.generalize %3: (!transform.any_op) -> !transform.any_op
----------------
kurapov-peter wrote:

I think it's a nice demonstration of the resulting code which is useful for this review. I agree it's not related to the test. We can remove generalization from both decomposition and transform tests before the merge.

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


More information about the Mlir-commits mailing list