[Mlir-commits] [mlir] [MLIR][Linalg] Add pass to convert linalg.generic back to named ops (PR #95656)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Jun 17 12:16:36 PDT 2024
================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt %s -linalg-generalize-named-ops | mlir-opt --linalg-specialize-generic-ops | FileCheck %s
+
+func.func @roundtrip_matmul(%arg0: tensor<?x?xf32>, %arg1: tensor<?x?xf32>, %arg2: tensor<?x?xf32>) -> tensor<?x?xf32> {
----------------
banach-space wrote:
[nit] I think that you can drop "roundtrip" from function names in a test file that's called "roundtrip-.*" (it's not adding any new info and is just noise that can be avoided).
https://github.com/llvm/llvm-project/pull/95656
More information about the Mlir-commits
mailing list