-
Notifications
You must be signed in to change notification settings - Fork 611
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
Option to install implicit without GPU support #446
Comments
I was able to fix my lcublas issue. But still, it would be nice if the user could opt out of GPU support at install time. |
…ariable is set Add an option to build implicit without the GPU extension, if the IMPLICIT_DISABLE_CUDA is set. Closes #446
@epetrovski - I've added some code in #561 to allow building implicit with the GPU extension. You can go However, we have prebuilt binary wheels on pypi now - and going |
It would be great if there was an option to install implicit without GPU support.
I'm currently not able to install implicit seemingly because running
pip install implicit
detects CUDA but then install fails with/usr/bin/ld: cannot find -lcublas
.The text was updated successfully, but these errors were encountered: