yjxiong / im2col-1

image to column

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on caffe im2col. Merge the loop into one kernel.

On GTX640:

The time show as below:

  • image const int height = 256; const int width = 256; const int channels = 3; const int batch_size = 32;//128; const int ksize = 5; // 5-11 const int pad = 2; // 0-2 const int stride = 1; // 1 const int num_kernels = 64;

About

image to column


Languages

Language:Cuda 92.3%Language:C 5.3%Language:C++ 2.5%