[Mlir-commits] [mlir] [mlir][linalg] Fix for bias handling for Winograd (PR #110331)
Georgios Pinitas
llvmlistbot at llvm.org
Fri Sep 27 19:56:54 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:
Sorry if I miss something but what bias are you actually handling here?
https://github.com/llvm/llvm-project/pull/110331
More information about the Mlir-commits
mailing list