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 committed Jun 7, 2024
1 parent 1deda4d commit e9369a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/cooperative_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ Thread-Block Synchronization
Grid Synchronization
---------------------

This section describes the necessary step to be able to synchronize group over a single GPU:
This section describes the steps to synchronize the group over a single GPU:

1. Check the cooperative launch capability on single AMD GPU:
1. Confirm the cooperative launch capability on the single AMD GPU:

.. code-block:: C++

Expand Down

0 comments on commit e9369a3

Please sign in to comment.