[Mlir-commits] [mlir] [mlir][linalg] Implement Conv2D using Winograd Conv2D algorithm (PR #96181)
    Hsiangkai Wang 
    llvmlistbot at llvm.org
       
    Sat Jun 29 14:01:54 PDT 2024
    
    
  
================
@@ -2734,6 +2734,113 @@ FailureOr<SmallVector<Value>> SoftmaxOp::decomposeOperation(OpBuilder &b) {
   return SmallVector<Value>{result};
 }
 
+//===----------------------------------------------------------------------===//
----------------
Hsiangkai wrote:
Can we support static shapes in the upstream first? I added a TODO for dynamic cases.
https://github.com/llvm/llvm-project/pull/96181
    
    
More information about the Mlir-commits
mailing list