summaryrefslogtreecommitdiff
path: root/src/caffe/util/im2col.cu
AgeCommit message (Expand)AuthorFilesLines
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-29fix GPU indexingEvan Shelhamer1-1/+2
2014-07-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer1-39/+52
2014-07-03replace all memset with caffe_set() / caffe_gpu_set()Evan Shelhamer1-2/+0
2014-05-24Don't modify data pointers in im2col loopJames Thewlis1-5/+7
2014-05-19Don't modify index in im2col kernel loopJames Thewlis1-3/+3
2014-04-06fix im2col height/width bound check bug (issue #284 identified byJeff Donahue1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-18addd CUDA_KERNEL_LOOP macroblackball1-4/+2
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-2/+2
2014-02-26fix most linter errorsJeff Donahue1-25/+34
2014-02-26unified to padding aware versionlinmin1-109/+4
2014-02-26implemented padding aware im2col and col2im functionslinmin1-0/+106
2013-10-10misc updateYangqing Jia1-1/+14
2013-09-23copyright messageYangqing Jia1-0/+2
2013-09-23pooling layerYangqing Jia1-2/+4
2013-09-22naming. I might regret it someday.Yangqing Jia1-0/+107