amd/Chromium-WebCL

WebCLCommandQueue.enqueueNDRangeKernel does not accept localWorkSize = null

Opened this issue · 0 comments

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