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

Does the newest version just compatible with CUDA-7.5 #138

Closed
awayhome113 opened this issue Jan 9, 2016 · 4 comments
Closed

Does the newest version just compatible with CUDA-7.5 #138

awayhome113 opened this issue Jan 9, 2016 · 4 comments
Labels

Comments

@awayhome113
Copy link

I use it with CUDA support, but it's still show me "java.lang.UnsatisfiedLinkError: /tmp/javacpp*/libjnicaffe.so: libcudart.so.7.5", but my server's CUDA version is 7.0, Is it possible to specified the version of CUDA?

@saudet saudet added the question label Jan 9, 2016
@saudet
Copy link
Member

saudet commented Jan 9, 2016

Although I haven't tested it, it should work fine with CUDA 7.0, if you rebuild it:
https://github.com/bytedeco/javacpp-presets/#build-instructions

@saudet saudet closed this as completed Jan 9, 2016
@saudet
Copy link
Member

saudet commented Jan 9, 2016

BTW, @cypof wants to bundle the CUDA libraries themselves to avoid this kind of issue. This is something that might happen sooner rather than later if we could have people like you testing this out. :)

@awayhome113
Copy link
Author

I just download it using maven. I will have a try to rebuild it, Thanks a lot!

@saudet
Copy link
Member

saudet commented Jan 10, 2016

Sure! BTW, check out pull request #101 and if interested please participate in the discussion! If all works out, we will be able, for example, to bundle CUDA 7.5 so that it works even on machines where only CUDA 7.0 has been installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants