summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xim2col.cpp
AgeCommit message (Collapse)Author
2018-11-12Add kernel_mode option to im2col, col2im, and convgemm functionsKoichi Akabe
2018-10-22Some name changes in im2col codeCedric Nugteren
2017-08-31Fixed a bug in im2col: process only valid channel IDsCedric Nugteren
2017-08-31Fixed a bug in im2col confusing first and second workgroup size; made im2col ↵Cedric Nugteren
kernel 2d instead of 3d
2017-08-24Completed im2col implementationCedric Nugteren
2017-08-19First version of im2col kernel, unoptimized but workingCedric Nugteren
2017-07-02Added interface and stubs for the im2col routineCedric Nugteren