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

CL_PLATFORM_VERSION and CL_DEVICE_VERSION #8

Open
Dade916 opened this issue Apr 8, 2013 · 1 comment
Open

CL_PLATFORM_VERSION and CL_DEVICE_VERSION #8

Dade916 opened this issue Apr 8, 2013 · 1 comment

Comments

@Dade916
Copy link

Dade916 commented Apr 8, 2013

COPRTHR returns the following string a result of CL_PLATFORM_VERSION:

coprthr-1.5.0-RC1 (Marathon)

This doesn't match OpenCL specs (http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/clGetPlatformInfo.html) and can be the source of problems with code that decides what kernel to run based on platform OpenCL version.

The CL_DEVICE_VERSION seems also to return an empty string.

@browndeer
Copy link
Owner

Thanks. We are returning our SDK version string, but should correct this to the spec. Same with device version string. A word of caution there - some of the queried info for Epiphany libcoprthr-e OpenCL might not be correct. We still must catch some of this stuff since its easy to overlook.

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

2 participants