Skip to content

Commit 59804fc

Browse files
authored
Fix sentence in clustered reduction description (#690)
1 parent 0eff119 commit 59804fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/cl_khr_subgroup_extensions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ This extension adds support for clustered reductions that operate on a subset of
638638

639639
==== Add a new Section 6.15.X - Subgroup Clustered Reduction Built-in Functions
640640

641-
This section describes arithmetic operations that are performed subset of work items in a subgroup, referred to as a cluster.
641+
This section describes arithmetic operations that are performed on a subset of work items in a subgroup, referred to as a cluster.
642642
A cluster is described by a specified cluster size.
643643
Work items in a subgroup are assigned to clusters such that for cluster size _n_, the _n_ work items in the subgroup with the smallest subgroup local IDs are assigned to the first cluster, then the _n_ remaining work items with the smallest subgroup local IDs are assigned to the next cluster, and so on.
644644
The specified cluster size must be an integer constant expression that is a power-of-two.

0 commit comments

Comments
 (0)