-
Notifications
You must be signed in to change notification settings - Fork 168
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
Build against CUDA 8.0 / Support GPU Only Builds? #133
Comments
Any development on this? |
@svanschalkwyk @dakami I've successfully used CUDA 8.0 on my machine (with Titan GPU with Pascal). Did you use the maven update? (It's on the Wiki page right now on this GitHub). |
It is only seeing one of the two CUDA devices. I have export CUDA_VISIBLE_DEVICES=1,2 |
I downloaded the pre-built binaries and they also show only one device. Wed Feb 8 12:43:07 2017 +-----------------------------------------------------------------------------+ |
[SOLVED] |
./getdevlibs.sh doesn't find any 8.0 libraries, and the icc dependency makes it impossible to rebuild locally. Might be nice to have a GPU only build path, but would definitely be nice if I could build against CUDA 8 / these Titans.
The text was updated successfully, but these errors were encountered: