Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information