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.shto use correct pathes. For cuda SDK path, use the path contains filehelper_cuda.h. - Make a
dummyincludefolder, and put thecutil_inline.hinto 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.
There is some further comments in email from David Reichert and hope this will benefit others: