You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Implement the algorithms so they have multiple passes when there are more items than the maximum number of work items. E.g. when using a 64-bit host and a 32-bit device.
CL_INVALID_GLOBAL_WORK_SIZE if global_work_size is NULL, or if any of the values specified in global_work_size[0], ...global_work_size [work_dim - 1] are 0 or exceed the range given by the sizeof(size_t) for the device on which the kernel execution will be enqueued.
The text was updated successfully, but these errors were encountered:
Implement the algorithms so they have multiple passes when there are more items than the maximum number of work items. E.g. when using a 64-bit host and a 32-bit device.
https://www.khronos.org/registry/OpenCL/sdk/1.2/docs/man/xhtml/clEnqueueNDRangeKernel.html:
The text was updated successfully, but these errors were encountered: