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

Can't build today on SBCL - not sure why #8

Open
quicklisp opened this issue Sep 29, 2016 · 2 comments
Open

Can't build today on SBCL - not sure why #8

quicklisp opened this issue Sep 29, 2016 · 2 comments

Comments

@quicklisp
Copy link

http://report.quicklisp.org/2016-09-28/failure-report/cl-gpu.html#cl-gpu has a build log. I don't understand the failure, sorry.

@attila-lendvai
Copy link

attila-lendvai commented Sep 29, 2016

it's an error triggered by this error when (asdf:load-system :cl-gpu.cuda):

(:ERROR-NO-DEVICE 100 "No CUDA-capable device available")

looks like you have libcuda.so installed, but you don't have a cuda capable device, and unfortunately cl-gpu unconditionally tries to initialize the device at load time. i'll report these two issues separately.

@attila-lendvai
Copy link

see #9 and #10

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