Skip to content

Commit 88689ad

Browse files
angelz913yuxuanchen1997
authored andcommitted
[mlir][docs] Update documentation for vector.multi_reduction. NFC (#99668)
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251279
1 parent 64e5b37 commit 88689ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ def Vector_MultiDimReductionOp :
300300

301301
```mlir
302302
%1 = vector.multi_reduction <add>, %0, %acc0 [1, 3] :
303-
vector<4x8x16x32xf32> into vector<4x16xf32>
303+
vector<4x8x16x32xf32> to vector<4x16xf32>
304304
%2 = vector.multi_reduction <add>, %1, %acc1 [0, 1] :
305-
vector<4x16xf32> into f32
305+
vector<4x16xf32> to f32
306306
```
307307
}];
308308
let builders = [

0 commit comments

Comments
 (0)