xu shen

Results 6 comments of xu shen

Finally, I use the "Makefile", "build.sh" and "common-gcc-cuda-4.0.mk" from alex [cuda-convnet](https://code.google.com/p/cuda-convnet/source/browse/#svn%2Ftrunk%253Fstate%253Dclosed), and it works

My version of CUDA is V6.0.1 and linux destro is ubuntu 14.10, thanks.

Yeah, I just install cmake using the apt-get way...

@kashif the output of BLAS_LIBRARIES is: ``` BLAS_LIBRARIES: /usr/lib64/atlas/libf77blas.so/usr/lib64/atlas/libatlas.so ```

@kashif I run `ldd _convnet.so` and the output is: ``` linux-vdso.so.1 => (0x00007fff839ff000) libcudart.so.6.0 => /usr/local/cuda-6.0/lib64/libcudart.so.6.0 (0x00007f47f80cc000) libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 (0x00007f47f7d25000) libf77blas.so.3 => /usr/lib64/atlas/libf77blas.so.3 (0x00007f47f7b06000) libatlas.so.3 => /usr/lib64/atlas/libatlas.so.3 (0x00007f47f74aa000) libcublas.so.6.0...

You can download it here: [dynamic link](http://dl.dropboxusercontent.com/u/3466743/caffe-vs2012/dependency-20140804.7z) but if you are in china, you should use a proxy to access this link.