Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13716,9 +13716,8 @@ representing the work-item computation.

Note that the logical range does not need to be uniform
across all work-groups in a kernel. For example the logical range may depend on
a work-group varying query (e.g. [code]#group::get_linear_id)#,
such that different work-groups in the same kernel invocation execute
different logical range sizes.
a work-group varying query such that different work-groups in the same kernel
invocation execute different logical range sizes.

This member function can only be invoked within a
[code]#parallel_for_work_group# context.
Expand Down
Loading