[Mlir-commits] [mlir] [MLIR][Linalg] Add pass to convert linalg.generic back to named ops (PR #95656)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Jun 18 09:34:28 PDT 2024
================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt %s -linalg-generalize-named-ops | mlir-opt --linalg-specialize-generic-ops | FileCheck %s
----------------
MaheshRavishankar wrote:
It is probably better to test the specialization by itself to avoid unnecessary coupling.
https://github.com/llvm/llvm-project/pull/95656
More information about the Mlir-commits
mailing list