summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xim2col.cpp
AgeCommit message (Collapse)Author
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