mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
48114a4e55a69fa2c88ab458ec86a6d73924dc41
test_enqueued_local_size if Non-Uniform Work-Groups Not Supported (#789)
* `test_enqueued_local_size` will be skipped for OpenCL < 2.0. However, non-uniform work-groups became optional in 3.0 and so check that they are supported before running `test_enqueued_local_size`. If they are not suppported round the global sizes up to the next multiple of the local size, so that we can still test that `get_enqueued_local_size() == get_local_size()` in the case of uniform workgroups.
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%