From 219433f7224c322b3c16a846fab4cdb60fd1e4c5 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 1 Aug 2024 17:51:55 +0200 Subject: [PATCH] WIP --- docs/how-to/cooperative_groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/cooperative_groups.rst b/docs/how-to/cooperative_groups.rst index 1034d6f48d..9568ff9f9d 100644 --- a/docs/how-to/cooperative_groups.rst +++ b/docs/how-to/cooperative_groups.rst @@ -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 ` give the opportunity to have tiles in the thread block, while the :ref:`coalesced group ` holds the active threads of the parent group. These groups further discussed in the :ref:`groups types ` section. +The cooperative groups API introduce a new level between block thread and threads. The :ref:`thread-block tile ` give the opportunity to have tiles in the thread block, while the :ref:`coalesced group ` holds the active threads of the parent group. These groups further discussed in the :ref:`groups types ` section. For details on memory model, check the :ref:`memory model description `.