KhronosGroup / WebCL-conformance

WebCL conformance tests
20 stars 15 forks source link

Fix invalid localWorkSize and globalWorkOffset #70

Closed toaarnio closed 10 years ago

toaarnio commented 10 years ago

Empty array [] is not acceptable as localWorkSize or globalWorkOffset in enqueueNDRangeKernel, replacing them with null.