tesseract/opencl
Stefan Weil 4ca6ba985b opencl: Fix type of parameter for clGetProgramInfo
CL_PROGRAM_NUM_DEVICES expects a cl_uint.

Passing size_t results in a wrong value for numDevices on hosts where
sizeof(cl_uint) != sizeof(size_t).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-11-12 22:12:54 +01:00
..
Makefile.am Get OpenCL to compile on OS X 2015-08-26 02:03:07 -07:00
oclkernels.h Fix a padding problem in ThresholdRectToPixOCL 2016-10-27 22:26:39 +02:00
opencl_device_selection.h opencl: Remove unused function getNumDeviceWithEmptyScore 2016-11-07 09:41:05 +01:00
openclwrapper.cpp opencl: Fix type of parameter for clGetProgramInfo 2016-11-12 22:12:54 +01:00
openclwrapper.h opencl: Move declaration of MORPH_BC from .h to .cpp file 2016-11-01 20:15:29 +01:00