amd/Chromium-WebCL

Chromium-WebCL fails to start on OpenCL 1.1 drivers

Opened this issue · 0 comments

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.