Skip to content

Conversation

@javedabsar1
Copy link
Contributor

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jun 10, 2025

@llvm/pr-subscribers-mlir-async

Author: Javed Absar (javedabsar1)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/143621.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Async/IR/AsyncOps.td (+2-2)
diff --git a/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td b/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td index 3d29d5bc7dbb6..6dbcdefbc9332 100644 --- a/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td +++ b/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td @@ -376,7 +376,7 @@ def Async_CreateGroupOp : Async_Op<"create_group", [Pure]> { } def Async_AddToGroupOp : Async_Op<"add_to_group", []> { - let summary = "adds and async token or value to the group"; + let summary = "adds an async token or value to the group"; let description = [{ The `async.add_to_group` adds an async token or value to the async group. 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", } def Async_RuntimeAddToGroupOp : Async_Op<"runtime.add_to_group", []> { - let summary = "adds and async token or value to the group"; + let summary = "adds an async token or value to the group"; let description = [{ The `async.runtime.add_to_group` adds an async token or value to the async group. Returns the rank of the added element in the group. 
@llvmbot
Copy link
Member

llvmbot commented Jun 10, 2025

@llvm/pr-subscribers-mlir

Author: Javed Absar (javedabsar1)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/143621.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Async/IR/AsyncOps.td (+2-2)
diff --git a/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td b/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td index 3d29d5bc7dbb6..6dbcdefbc9332 100644 --- a/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td +++ b/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td @@ -376,7 +376,7 @@ def Async_CreateGroupOp : Async_Op<"create_group", [Pure]> { } def Async_AddToGroupOp : Async_Op<"add_to_group", []> { - let summary = "adds and async token or value to the group"; + let summary = "adds an async token or value to the group"; let description = [{ The `async.add_to_group` adds an async token or value to the async group. 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", } def Async_RuntimeAddToGroupOp : Async_Op<"runtime.add_to_group", []> { - let summary = "adds and async token or value to the group"; + let summary = "adds an async token or value to the group"; let description = [{ The `async.runtime.add_to_group` adds an async token or value to the async group. Returns the rank of the added element in the group. 
@javedabsar1 javedabsar1 merged commit 6e0c2bc into llvm:main Jun 11, 2025
10 checks passed
tomtor pushed a commit to tomtor/llvm-project that referenced this pull request Jun 14, 2025
akuhlens pushed a commit to akuhlens/llvm-project that referenced this pull request Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants