[flang-commits] [flang] [flang][cuda][NFC] Update description to match op assembly format (PR #98573)

via flang-commits flang-commits at lists.llvm.org
Thu Jul 11 18:02:49 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

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

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

<details>
<summary>Changes</summary>



---
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
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>>>()
     ```
   }];
 

``````````

</details>


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


More information about the flang-commits mailing list