Skip to content

Commit cebc13f

Browse files
committed
[SYCL][Doc] Tighten description of compile_ query
Signed-off-by: John Pennycook <[email protected]>
1 parent e6dad96 commit cebc13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/SubGroup/SYCL_INTEL_sub_group.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The kernel descriptors below are added to the +info::kernel_device_specific+ enu
155155
|+info::kernel_device_specific::compile_sub_group_size+
156156
|N/A
157157
|+uint32_t+
158-
|Returns the required sub-group size specified by the kernel. Returns 0 if the requested size was `auto`, and returns the device's primary sub-group size if the requested size was `primary`.
158+
|Returns the required sub-group size of the kernel, set implicitly by the implementation or explicitly using a kernel attribute. Returns 0 if the requested size was `auto`, and returns the device's primary sub-group size if the requested size was `primary`.
159159
|===
160160

161161
=== The sub_group Class

0 commit comments

Comments
 (0)