[Mlir-commits] [mlir] [MLIR][Linalg] Add aggregate ops decomposition pass and softmax decom… (PR #97582)
Adam Siemieniuk
llvmlistbot at llvm.org
Fri Jul 5 08:34:20 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:
Alright, let's keep both same as in the transform test.
https://github.com/llvm/llvm-project/pull/97582
More information about the Mlir-commits
mailing list