Skip to content

Commit 66e24da

Browse files
committed
[mlir][OpenMP][NFC] Parameter refers to single args and hence changing description for taskgroup allocate clause.
1 parent 2a9313e commit 66e24da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def TaskGroupOp : OpenMP_Op<"taskgroup", [AttrSizedOperandSegments,
570570
participating in the reduction. After the end of the region, the original
571571
list item contains the result of the reduction.
572572

573-
The `allocators_vars` and `allocate_vars` parameters are a variadic list of
573+
The `allocators_vars` and `allocate_vars` arguments are a variadic list of
574574
values that specify the memory allocator to be used to obtain storage for
575575
private values.
576576
}];

0 commit comments

Comments
 (0)