-
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
error: value useGPUcache is not a member of object BIDMat.Mat #139
Comments
Did you run ./getdevlibs.sh? |
I tried to run "./getdevlibs.sh" but it didn't help. Well, I guess it's the problem of my network settings, since I got errors indicating "cannot resolve host". |
getdevlibs.sh is obsolete. Please check the setup instructions. That flag was added to BIDMat recently. Please update your BIDMat lib before posting an issue. Do mvn install in the BIDMat directory to push the updates. |
This seems to have been resolved, so I'll close the issue. For the benefit of anyone else who might be reading this now, John is correct, the setup instructions have been updated (see the BIDMach and BIDMat Wikipedia pages on "Installing and Running"). The nice thing now is that with the
(I'm only printing a subset of them.) I see my BIDMat libraries for the CPU and GPU versions both updated. |
I was trying to run BIDMach on a Linux 14.04 machine with CUDA 8.0 reinstalled. I download BIDMach using "git clone git@github.com:BIDData/BIDMach.git" and then use "mvn package" to install it. However, I got the error as denoted in the title. What's wrong?
The text was updated successfully, but these errors were encountered: