Skip to content

Commit c3165ad

Browse files
committed
[SYCL][Doc] Tweaked description of constraints
Signed-off-by: John Pennycook <[email protected]>
1 parent 282634f commit c3165ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/GroupAlgorithms/SYCL_INTEL_group_algorithms.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Using functions from the group algorithms library inside of a kernel may introdu
143143

144144
It is undefined behavior for any of these functions to be invoked within a +parallel_for_work_group+ or +parallel_for_work_item+ context, but this restriction may be lifted in a future version of the proposal.
145145

146-
All restrictions on acceptable group types, input types and function objects must be implemented as constraints.
146+
A number of the restrictions regarding the types of parameters that are acceptable for each algorithm must implemented as constraints: group arguments must be of a supported group class type; binary operations must be one of the group algorithms function objects; pointer arguments must be pointers to fundamental data types; and value arguments must be scalar fundamental data types (or vectors of those types).
147147

148148
==== Vote
149149

0 commit comments

Comments
 (0)