[Mlir-commits] [mlir] [mlir][linalg] Fix for bias handling for Winograd (PR #110331)
Georgios Pinitas
llvmlistbot at llvm.org
Mon Sep 30 01:53:48 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.
----------------
GeorgeARM wrote:
Ok so this is DPS out init value handling from what I gather and not "bias" per se. Practically of course someone can init the output with the bias values etc.
Would suggest rephrasing it a bit.
https://github.com/llvm/llvm-project/pull/110331
More information about the Mlir-commits
mailing list