[Mlir-commits] [mlir] [mlir][linalg] Fix for bias handling for Winograd (PR #110331)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Sep 30 13:37:38 PDT 2024
================
@@ -837,9 +837,25 @@ Value outputTransform(RewriterBase &rewriter, Location loc, Value value,
Value widthOffset =
builder.create<affine::AffineApplyOp>(loc, affineMap, tileWIter);
+ // Handling bias.
+ Value prevVal =
----------------
Max191 wrote:
+1
https://github.com/llvm/llvm-project/pull/110331
More information about the Mlir-commits
mailing list