Anders Boesen Lindbo Larsen
Anders Boesen Lindbo Larsen
@filmo: Under requirements, I already specify cuDNN. :) But it's probably best to write out more explicitely that the conv. operations on CPU are too slow.
Yikes, I'm not sure what caused the error and I'm having a hard time finding something online that matches your output. Maybe you should try upgrading the CUDA SDK to...
Strange, it could be interesting to compare the calls to NVCC from those libraries.
The linker complains that it cannot find the `libcudarray` library file. Maybe you can try to figure out where it is located and try to add this location to the...
`nvcc` is the CUDA compiler. You need to install the CUDA SDK.
Hi there! Try `export CUDA_PREFIX=/usr/local/cuda` before `make`.
Maybe you could try to inject som `echo` statements in the makefile to check the that environment variables are correct. Are you running `make` with `sudo`? In that case you...
Great job getting it working, though I'm still uncertain why setting `CUDA_PREFIX` doesn't help. This [should ensure](https://github.com/andersbll/cudarray/blob/cudnn5/Makefile#L52) that `PATH` is correct in the Makefile. Anyway, your last problem is probably...
My pleasure :) For the last problem, make sure your `LD_LIBRARY_PATH` points to libcudarray.so and to the cuDNN libraries.
Hi, sorry about the lateness of my reply - I will look into this soon. In the meantime, you can work around the problem by installing CUDArray with cuDNN.