-
Notifications
You must be signed in to change notification settings - Fork 25
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
Create packages for OpenCL headers #44
Comments
I had an old package to download such headers. I attached it. |
We saw the need for such package here: dividiti/ck-caffe#137 (comment) . Should check it again at some point ... |
We should assign this task to an enthusiastic newbie, as I've hit this issue once again :) |
|
On some OpenCL platforms, no OpenCL headers are installed, even when a driver is available (e.g.
libOpenCL.so
). The headers can be fetched e.g. as follows:What's worse, building a package using OpenCL may fail due to missing headers half way or further down the build. This wastes time.
CK should detect the driver version and download the appropriate headers when none are found.
The text was updated successfully, but these errors were encountered: