Skip to content

Commit

Permalink
[mlir][docs] Update documentation for vector.multi_reduction. NFC (#…
Browse files Browse the repository at this point in the history
…99668)

Summary: 

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251279
  • Loading branch information
angelz913 authored and yuxuanchen1997 committed Jul 25, 2024
1 parent 64e5b37 commit 88689ad
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 88689ad

Please sign in to comment.