amd/Chromium-WebCL

WebCLCommandQueue.enqueueNDRangeKernel does not accept globalWorkOffset = null

Opened this issue · 0 comments

By standard, globalWorkOffset = null is a legitimate value (moreover, a default one). Chromium-WebCL complains about non-indexable value when enqueueNDRangeKernel is called with globalWorkOffset === null