[Mlir-commits] [mlir] [mlir][linalg] Implement TilingInterface for winograd operators (PR #96184)
Hsiangkai Wang
llvmlistbot at llvm.org
Sat Aug 3 08:47:22 PDT 2024
================
@@ -2697,4 +2697,41 @@ def WinogradConv2DOp : Op<Transform_Dialect,
}];
}
+def DecomposeWinogradOp : Op<Transform_Dialect,
----------------
Hsiangkai wrote:
The decomposition transform ops are intended to put in this patch. These operators are used to test decomposition after tiling in the test cases.
https://github.com/llvm/llvm-project/pull/96184
More information about the Mlir-commits
mailing list