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
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
The text was updated successfully, but these errors were encountered:
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 === nullThe text was updated successfully, but these errors were encountered: