[Mlir-commits] [mlir] [mlir][linalg] Implement Conv2D using Winograd Conv2D algorithm (PR #96181)

Hsiangkai Wang llvmlistbot at llvm.org
Wed Jul 3 15:37:37 PDT 2024


================
@@ -2734,6 +2734,113 @@ FailureOr<SmallVector<Value>> SoftmaxOp::decomposeOperation(OpBuilder &b) {
   return SmallVector<Value>{result};
 }
 
+//===----------------------------------------------------------------------===//
----------------
Hsiangkai wrote:

Thanks for your review. I updated the `verify()` functions to consider dynamic shapes. I also added test cases for dynamic shapes.

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


More information about the Mlir-commits mailing list