Skip to content

Commit

Permalink
Update wording for "max_work_group_size"
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed May 30, 2024
1 parent 620645b commit ed18871
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1805,9 +1805,10 @@ info::device::max_work_group_size
The minimum value is 1.
This value is an upper limit and will not necessarily maximize
performance.
Some kernels may not be able to execute this many work-items in a
work-group.
See also [code]#info::kernel_device_specific::work_group_size#.
The maximum number of work-items in a work-group depends on the kernel and
the implementation.
Use [code]#info::kernel_device_specific::work_group_size# to query this
limit.

a@
[source]
Expand Down

0 comments on commit ed18871

Please sign in to comment.