mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
687dc0625402a9c1cd9f2d0471793cc59ed96816
An existing workaround on the max_image size calulcation that disallows the width of an image to be less than 16 can stress the calculcation of the remainder dimension to be less than 1.0 in size. In three dimentional objects (3d,2d array) where one dimention is set to max and the other is set to 16 there might not be enough space left for the 3rd one. This workaround clamps the third dimension to a minimum of 1.0 Signed-off-by: John Kesapides <john.kesapides@arm.com>
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%