Skip to content

Commit

Permalink
[mlir][docs] Update documentation for vector.multi_reduction. NFC (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
angelz913 authored and sgundapa committed Jul 23, 2024
1 parent ee04754 commit 85850b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ def Vector_MultiDimReductionOp :

```mlir
%1 = vector.multi_reduction <add>, %0, %acc0 [1, 3] :
vector<4x8x16x32xf32> into vector<4x16xf32>
vector<4x8x16x32xf32> to vector<4x16xf32>
%2 = vector.multi_reduction <add>, %1, %acc1 [0, 1] :
vector<4x16xf32> into f32
vector<4x16xf32> to f32
```
}];
let builders = [
Expand Down

0 comments on commit 85850b8

Please sign in to comment.