mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
a83f7c3ed8d0f956f7ae774bd6919705cdb431ec
The spec states that the minimum amount of local memory for embedded devices is 1KB. This change clamps work group sizes to 1024 for embedded devices, and sets the number of local variables per thread to 1. Fixes #690.
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%