Skip to content

Commit 3bf250b

Browse files
clementvalaaryanshukla
authored andcommitted
[flang][cuda][NFC] Update description to match op assembly format (llvm#98573)
1 parent 01626d7 commit 3bf250b

File tree

1 file changed

+1
-1
lines changed
  • flang/include/flang/Optimizer/Dialect/CUF

1 file changed

+1
-1
lines changed

flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def cuf_KernelLaunchOp : cuf_Op<"kernel_launch", [CallOpInterface,
180180
```
181181
// launch simple kernel with no arguments. bytes and stream value are
182182
// optional in the chevron notation.
183-
cuf.kernel_launch @kernel<<<%gx, %gy, %bx, %by, %bz>>>()
183+
cuf.kernel_launch @kernel<<<%gx, %gy, %gz, %bx, %by, %bz>>>()
184184
```
185185
}];
186186

0 commit comments

Comments
 (0)