File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/libcudacxx/extended_api/asynchronous_operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
156156For example, ``cooperative_groups::thread_block `` satisfies this trait.
157157Users 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.
165165For example, ``cooperative_groups::thread_block_tile<32, ...> `` satisfies this trait.
166166Users are encouraged to specialize this trait for their own groups.
167167
You can’t perform that action at this time.
0 commit comments