Skip to content
Open
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
2 changes: 1 addition & 1 deletion source/iface/command-group-handler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ same functionality as is available from the ND-range interface, but
exposed differently. To execute the same sixty-four work-items in eight
work-groups that we saw in a previous example, we execute an outer
``parallel_for_work_group`` call to create the groups. The member
function ``syck::handler::parallel_for_work_group`` is parameterized
function ``sycl::handler::parallel_for_work_group`` is parameterized
by the number of work-groups, such that the size of each group is
chosen by the runtime, or by the number of work-groups and number
of work-items for users who need more control.
Expand Down
Loading