Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flang][cuda][NFC] Update description to match op assembly format #98573

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

clementval
Copy link
Contributor

No description provided.

@clementval clementval requested a review from wangzpgi July 12, 2024 01:02
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Jul 12, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 12, 2024

@llvm/pr-subscribers-flang-fir-hlfir

Author: Valentin Clement (バレンタイン クレメン) (clementval)

Changes

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

1 Files Affected:

  • (modified) flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td (+1-1)
diff --git a/flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td b/flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
index b6e08d32a6ac2..e95af629ef32f 100644
--- a/flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
+++ b/flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
@@ -180,7 +180,7 @@ def cuf_KernelLaunchOp : cuf_Op<"kernel_launch", [CallOpInterface,
     ```
       // launch simple kernel with no arguments. bytes and stream value are
       // optional in the chevron notation.
-      cuf.kernel_launch @kernel<<<%gx, %gy, %bx, %by, %bz>>>()
+      cuf.kernel_launch @kernel<<<%gx, %gy, %gz, %bx, %by, %bz>>>()
     ```
   }];
 

@clementval clementval merged commit 026566a into llvm:main Jul 12, 2024
10 checks passed
@clementval clementval deleted the cuf_kernel_desc1 branch July 12, 2024 16:00
aaryanshukla pushed a commit to aaryanshukla/llvm-project that referenced this pull request Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:fir-hlfir flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants