Skip to content

Commit

Permalink
Update docs/how-to/cooperative_groups.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Paoletti <[email protected]>
  • Loading branch information
neon60 and lpaoletti authored Jun 7, 2024
1 parent 50009f2 commit 70f385c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/how-to/cooperative_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ You can find the code difference to the original block model in the following ta
// ...
}

The kernel launch also different at cooperative groups case, which depends on the
group type. For example, at grid groups with single GPU case the ``hipLaunchCooperativeKernel``
has to be used.
The kernel launch also differs with cooperative groups as it depends on the group type. For example, grid groups with a single-GPU, the ``hipLaunchCooperativeKernel`` has to be used.

Group Types
=============
Expand Down

0 comments on commit 70f385c

Please sign in to comment.