We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dca46 commit 3851abaCopy full SHA for 3851aba
mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h
@@ -250,7 +250,7 @@ struct SCFReductionTilingResult {
250
Operation *parallelTiledOp;
251
/// The final reduction operation merging all the partial reductions.
252
Operation *mergeOp;
253
- /// Initial values used for reduction.
+ /// Initial values used for reduction.
254
SmallVector<Value> initialValues;
255
/// The loop operations that iterate over the tiles.
256
SmallVector<LoopLikeOpInterface> loops;
0 commit comments