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
When launching on OpenCL 1.1 drivers, Chromium-WebCL fails with the error that clCreateImage is not found in OpenCL.dll (on Windows). clCreateImage was added in OpenCL 1.2. For compatibility with OpenCL 1.1 Chromium-WebCL should use clCreateImage2D/clCreateImage3D when clCreateImage is not available.
The text was updated successfully, but these errors were encountered:
When launching on OpenCL 1.1 drivers, Chromium-WebCL fails with the error that
clCreateImage
is not found inOpenCL.dll
(on Windows).clCreateImage
was added in OpenCL 1.2. For compatibility with OpenCL 1.1 Chromium-WebCL should useclCreateImage2D
/clCreateImage3D
whenclCreateImage
is not available.The text was updated successfully, but these errors were encountered: