The original great cuda-convnet
package is here: http://code.google.com/p/cuda-convnet/
To build the convnet using CUDA 5:
- Change the
build.sh
to use correct pathes. For cuda SDK path, use the path contains filehelper_cuda.h
. - Make a
dummyinclude
folder, and put thecutil_inline.h
into that folder. - For MAKEFILE, include the dummyinclude file.
Try ./build.sh
and see whether that can compiles.
The functionality is not fully tested and this can just compiles the package.
This is awesome, thank you! I also had to comment out line 332 in common-gcc-cuda-4.0.mk to stop it from linking to cutil and shrutil. That made it compile; I don't know if it actually works yet.