[Mlir-commits] [mlir] [mlir][linalg] Implement Winograd Conv2D. (PR #94470)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Jun 14 12:25:11 PDT 2024


================
@@ -154,4 +154,96 @@ def Linalg_SoftmaxOp : Linalg_Op<"softmax",
   let hasVerifier = 1;
 }
 
+def Linalg_WinogradFilterTransformOp : Linalg_Op<"winograd_filter_transform",
----------------
Max191 wrote:

Can you add verifiers to all the winograd ops. That would make it easier to understand the op semantics, and it is good to have them.

https://github.com/llvm/llvm-project/pull/94470


More information about the Mlir-commits mailing list