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 cece058 commit 63ad149Copy full SHA for 63ad149
mlir/docs/Tutorials/transform/Ch0.md
@@ -35,7 +35,7 @@ Sometimes it is necessary to add elements of a vector to obtain a scalar. Some p
35
The Vector dialect in MLIR defines an operation to explicitly denote a within-vector reduction:
36
37
```mlir
38
-%0 = vector.reduction <add>, %0 : vector<8xf32> into f32
+%1 = vector.reduction <add>, %0 : vector<8xf32> into f32
39
```
40
41
When no support is available, such an operation can be transformed into a loop:
0 commit comments