From 620645b745bc8c07b29b8b7552b47b0d27659334 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Fri, 5 Apr 2024 07:34:32 -0400 Subject: [PATCH] Reflow line breaks --- adoc/chapters/programming_interface.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index 339a4177..a37b5f64 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -1800,8 +1800,8 @@ info::device::max_work_group_size ---- @ [.code]#size_t# - a@ Returns the maximum number of work-items that this device - is capable of executing in a work-group . + a@ Returns the maximum number of work-items that this device is capable of + executing in a work-group. The minimum value is 1. This value is an upper limit and will not necessarily maximize performance.