Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium-WebCL fails to start on OpenCL 1.1 drivers #10

Open
Maratyszcza opened this issue Aug 8, 2014 · 0 comments
Open

Chromium-WebCL fails to start on OpenCL 1.1 drivers #10

Maratyszcza opened this issue Aug 8, 2014 · 0 comments

Comments

@Maratyszcza
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant