Skip to content

Commit c602a07

Browse files
committed
Update doc based on review comment
Signed-off-by: Soumi Manna <[email protected]>
1 parent 044675d commit c602a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ device kernel, the attribute is not ignored and it is propagated to the kernel.
24212421
If the`` intel::reqd_work_group_size`` or ``cl::reqd_work_group_size``
24222422
attribute is specified on a declaration along with a
24232423
intel::num_simd_work_items attribute, the work group size attribute
2424-
argument (X argument) must be evenly divisible by the argument specified
2424+
argument (the first argument) must be evenly divisible by the argument specified
24252425
in the ``intel::num_simd_work_items`` attribute.
24262426

24272427
.. code-block:: c++

0 commit comments

Comments
 (0)