File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
mlir/include/mlir/Dialect/OpenMP Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ def ParallelOp : OpenMP_Op<"parallel", [
274
274
Reductions can be performed in a parallel construct by specifying reduction
275
275
accumulator variables in `reduction_vars`, symbols referring to reduction
276
276
declarations in the `reductions` attribute, and whether the reduction
277
- variable should be passed into the redution region by value or by reference
277
+ variable should be passed into the reduction region by value or by reference
278
278
in `reduction_vars_byref`. Each reduction is identified by the accumulator
279
279
it uses and accumulators must not be repeated in the same reduction. The
280
280
`omp.reduction` operation accepts the accumulator and a partial value which
You can’t perform that action at this time.
0 commit comments