Files
OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer
Ole Strohm b7808f2b2d Limit work group size by the max item size in mutable_command_full_dispatch (#2578)
The maximum value for the workgroup size in a specific dimension can be
lower than the overall maximum workgroup size. This patch queries for
the maximum work item size in the first dimension and limits the
group_size by that value as well.

Signed-off-by: Ole Strohm <ole.strohm@arm.com>
2025-11-26 16:19:03 -08:00
..