We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60df14e commit ddfca98Copy full SHA for ddfca98
1 file changed
OpenCL_C.txt
@@ -14959,9 +14959,9 @@ gentype sub_group_clustered_rotate(
14959
The value of _delta_ is required to be dynamically-uniform for all work
14960
items in the sub-group, otherwise the behavior is undefined.
14961
14962
- _clustersize_ must be an integer constant expression and a power of two,
14963
- smaller than or equal to the maximum sub-group size, otherwise the
14964
- behavior is undefined.
+ Behavior is undefined if _clustersize_ is not an integer constant
+ expression, is not a power-of-two, or is greater than the maximum size of a
+ sub-group within the dispatch.
14965
14966
The return value is undefined if the work item with sub-group local ID
14967
equal to the calculated index is inactive.
0 commit comments