[Mlir-commits] [mlir] [MLIR][Linalg] Add aggregate ops decomposition pass and softmax decom… (PR #97582)
Adam Siemieniuk
llvmlistbot at llvm.org
Thu Jul 4 04:12:38 PDT 2024
================
@@ -0,0 +1,113 @@
+// RUN: mlir-opt %s -split-input-file -linalg-decompose-named-ops | FileCheck %s
+// RUN: mlir-opt %s -split-input-file -linalg-decompose-named-ops -linalg-generalize-named-ops | FileCheck %s --check-prefix=GENERALIZECHECK
----------------
adam-smnk wrote:
Also, not sure what this case tests. Is there some worry it might not be able to generalize? If so, it's probably problem of that specific pass.
Imo, it only adds noise here.
https://github.com/llvm/llvm-project/pull/97582
More information about the Mlir-commits
mailing list