From 6cdb7c8e95482c65d5a0fcfa679b06c9b79fe556 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Fri, 27 Mar 2026 10:56:13 +0100 Subject: [PATCH] Update command-group-handler.rst --- source/iface/command-group-handler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iface/command-group-handler.rst b/source/iface/command-group-handler.rst index 31bfc64..652dced 100644 --- a/source/iface/command-group-handler.rst +++ b/source/iface/command-group-handler.rst @@ -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.