Skip to content

Commit 97cddd0

Browse files
Update wording
1 parent c23d96d commit 97cddd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/libcudacxx/extended_api/asynchronous_operations/memcpy_async.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Related traits
152152
template <typename Group>
153153
constexpr inline bool is_thread_block_group_v;
154154
155-
This trait is ``true`` if ``Group`` represents a CUDA thread block.
155+
This trait is ``true`` if ``Group`` represents the full CUDA thread block.
156156
For example, ``cooperative_groups::thread_block`` satisfies this trait.
157157
Users are encouraged to specialize this trait for their own groups.
158158

@@ -161,7 +161,7 @@ Users are encouraged to specialize this trait for their own groups.
161161
template <typename Group>
162162
constexpr inline bool is_warp_group_v = false;
163163
164-
This trait is ``true`` if ``Group`` represents a CUDA warp.
164+
This trait is ``true`` if ``Group`` represents a full CUDA warp.
165165
For example, ``cooperative_groups::thread_block_tile<32, ...>`` satisfies this trait.
166166
Users are encouraged to specialize this trait for their own groups.
167167

0 commit comments

Comments
 (0)