Skip to content

Files

Latest commit

Jul 15, 2014
c9e4a38 · Jul 15, 2014

History

History
This branch is 45 commits behind soumith/convnet-benchmarks:master.

nnforge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 15, 2014
Jul 15, 2014
Jul 15, 2014

For compiling nnForge, look at INSTALL.md

nnForge Convolution kernel (kepler) is at: https://github.com/milakov/nnForge/blob/master/nnforge/cuda/convolution_layer_updater_cuda_kepler.cuh

Quote from Maxim:

I am sorry to say that it is not an easy task at all. The actual convolution is done in https://github.com/milakov/nnForge/blob/master/nnforge/cuda/convolution_layer_tester_cuda_kepler.cuh but you cannot just call enqueue_test and sync on the stream, you would need to do a lot of preparation calls.

So, I guess I'll tackle this last, seems like a complicated task.