Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Aug 1, 2024
1 parent 0a7af2d commit 219433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/cooperative_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The **block** is the same as the :ref:`inherent_thread_model` block entity.

Cooperative group thread hierarchy in blocks.

The cooperative groups API introduce a new level between block thread and threads. The :ref:`thread-block tile <coop_thread_block_tile>` give the opportunity to have tiles in the thread block, while the :ref:`coalesced group <coop_coalesced_group>` holds the active threads of the parent group. These groups further discussed in the :ref:`groups types <coop_group_types>` section.
The cooperative groups API introduce a new level between block thread and threads. The :ref:`thread-block tile <coop_thread_block_tile>` give the opportunity to have tiles in the thread block, while the :ref:`coalesced group <coop_coalesced_groups>` holds the active threads of the parent group. These groups further discussed in the :ref:`groups types <coop_group_types>` section.

For details on memory model, check the :ref:`memory model description <memory_hierarchy>`.

Expand Down

0 comments on commit 219433f

Please sign in to comment.