File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/Async/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ def Async_CreateGroupOp : Async_Op<"create_group", [Pure]> {
376
376
}
377
377
378
378
def Async_AddToGroupOp : Async_Op<"add_to_group", []> {
379
- let summary = "adds and async token or value to the group";
379
+ let summary = "adds an async token or value to the group";
380
380
let description = [{
381
381
The `async.add_to_group` adds an async token or value to the async group.
382
382
Returns the rank of the added element in the group. This rank is fixed
@@ -655,7 +655,7 @@ def Async_RuntimeLoadOp : Async_Op<"runtime.load",
655
655
}
656
656
657
657
def Async_RuntimeAddToGroupOp : Async_Op<"runtime.add_to_group", []> {
658
- let summary = "adds and async token or value to the group";
658
+ let summary = "adds an async token or value to the group";
659
659
let description = [{
660
660
The `async.runtime.add_to_group` adds an async token or value to the async
661
661
group. Returns the rank of the added element in the group.
You can’t perform that action at this time.
0 commit comments