Skip to content

Commit 026566a

Browse files
authored
[flang][cuda][NFC] Update description to match op assembly format (#98573)
1 parent c784abf commit 026566a

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)