-
Notifications
You must be signed in to change notification settings - Fork 270
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
cannot compile the example #105
Comments
Did you install Cuda and cudnn? |
yep, i am sure i've installed them since I can compile and run other applications. they are located at /usr/lib/x86_64-linux-gnu/libcudnn.so |
may be the cudnn version not match, try cudnn v3 |
This Stack Overflow answer fix that problem for me. export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ |
Though now, I'm running into undefined symbol errors.
OS: Mac OS X 10.11.5 Cargo configuration: native + cuda
btw, I had to disable opencl support because the crate uses the Edit: there's an issue for this in the examples directory: autumnai/leaf-examples#9 |
Hi, all
I try to compile and run leaf example with the following command,
cargo run --release --no-default-features --features cuda --example benchmarks alexnet
but got errors like this
I am using rustc 1.8.0 with cargo 0.10.0.
please give me some hints.
thanks
The text was updated successfully, but these errors were encountered: