[flang-commits] [flang] [flang][cuda][NFC] Update description to match op assembly format (PR #98573)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Thu Jul 11 18:02:15 PDT 2024
https://github.com/clementval created https://github.com/llvm/llvm-project/pull/98573
None
>From f3ccfbea7ac6843ab8ac8da16e3f393e995e37e5 Mon Sep 17 00:00:00 2001
From: Valentin Clement <clementval at gmail.com>
Date: Thu, 11 Jul 2024 18:01:37 -0700
Subject: [PATCH] [flang][cuda][NFC] Update description to match op assembly
format
---
flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>>>()
```
}];
More information about the flang-commits
mailing list