Skip to content

Commit

Permalink
[flang][cuda][NFC] Update description to match op assembly format (#9…
Browse files Browse the repository at this point in the history
  • Loading branch information
clementval committed Jul 12, 2024
1 parent c784abf commit 026566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>()
```
}];

Expand Down

0 comments on commit 026566a

Please sign in to comment.