Test for im2col kernel
authorJames Thewlis <jamt9000@gmail.com>
Thu, 26 Jun 2014 17:12:30 +0000 (18:12 +0100)
committerJames Thewlis <jamt9000@gmail.com>
Fri, 27 Jun 2014 09:15:41 +0000 (10:15 +0100)
commit6450e0f0c8e19cde6c5e3c26ffb50deba4308bc7
treebd47bb85b510caf213332e4cf8c71fba68714213
parent2e23f28f622c5f2346f10c9d6ae21e1b8f44e04b
Test for im2col kernel

With associated Makefile changes for .cu tests

This tests that the grid-stride loop works for im2col,
using the CPU version as a reference.
Makefile
src/caffe/test/test_im2col_kernel.cu [new file with mode: 0644]