[Mlir-commits] [mlir] [mlir][linalg] Add patterns to convert matmul to transposed variants (PR #89075)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Apr 22 05:06:38 PDT 2024
================
@@ -0,0 +1,13 @@
+module attributes {transform.with_named_sequence} {
----------------
ftynse wrote:
This needs `// RUN: mlir-opt %s` to make lit happy.
https://github.com/llvm/llvm-project/pull/89075
More information about the Mlir-commits
mailing list