Skip to content

build of development version on NVIDIA platform fails #117

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

Closed
lunochod opened this issue Jul 1, 2015 · 2 comments
Closed

build of development version on NVIDIA platform fails #117

lunochod opened this issue Jul 1, 2015 · 2 comments

Comments

@lunochod
Copy link
Contributor

lunochod commented Jul 1, 2015

clEnqueueFillBuffer() used by clBLAS requires OpenCL 1.2. The NV driver and OpenCL runtime have recently been updated to support OpenCL 1.2, but CUDA-7.0 still ships with the OpenCL 1.1 header files. To build with NV OpenCL, download OpenCL header files from khronos here:

https://www.khronos.org/registry/cl/api/1.2/

and place in /usr/local/cuda-7.0/include/CL/

@TimmyLiu
Copy link
Contributor

Thanks for pointing this out and provide a solution. I had to do something like this to get travis CI working.

@TimmyLiu
Copy link
Contributor

TimmyLiu commented Nov 7, 2015

sounds like (issue #176 ) cuda 7.5 fixed this issue.

@TimmyLiu TimmyLiu closed this as completed Nov 7, 2015
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