summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-18arrange example images, update paths, bring back imagenet_pretrainedEvan Shelhamer1-1/+1
2014-03-18use CUDA_KERNEL_LOOP in padding layerJeff Donahue1-4/+2
2014-03-18fix remaining lint errorsJeff Donahue1-0/+4
2014-03-18fix remaining issues related to CUDA_KERNEL_LOOPJeff Donahue1-9/+8
2014-03-18fix kernel loop bugs, compiles and passes all testsJeff Donahue2-2/+2
2014-03-18addd CUDA_KERNEL_LOOP macroblackball10-50/+25
2014-03-18lint, except for rand/rand_rEvan Shelhamer9-31/+49
2014-03-17sort layer factory's list alphabeticallyEvan Shelhamer1-10/+10
2014-03-17fix style bugs in new layers' proto fieldsEvan Shelhamer1-12/+12
2014-03-17Back-merge documentation and historical PRs to masterEvan Shelhamer4-3/+418
2014-03-17style: line continuation spacingEvan Shelhamer1-2/+2
2014-03-17bring back padding test and lint itEvan Shelhamer1-0/+117
2014-03-17bring back padding layer with deprecation noticeEvan Shelhamer3-0/+160
2014-03-17Merge pull request #203 from sergeyk/hdf5_dataSergio Guadarrama8-160/+189
2014-03-17minorSergey Karayev1-1/+1
2014-03-17Lint errors fixed, except still using stream.Sergey Karayev3-20/+25
2014-03-17Making HDF5 blob data non-mutable for copy (minor)Sergey Karayev2-5/+7
2014-03-17relax timing checks for commodity GPUsEvan Shelhamer1-8/+8
2014-03-17Merge pull request #179 from erictzeng/test_allEvan Shelhamer3-27/+34
2014-03-17Fix a test assuming CPU mode without explicitly setting it.Eric Tzeng1-0/+1
2014-03-17HDF5 data now loaded into Blobs; cleaner interfaceSergey Karayev3-57/+41
2014-03-16HDF5DataLayer source is now a list of filenamesSergey Karayev7-70/+105
2014-03-16DRYing and documenting HDF5 loading code.Sergey Karayev2-68/+71
2014-03-16support for more than 2 dimensions in hdf5 filesTobias Domhan6-49/+115
2014-03-13Compile a binary to run all tests at once.Eric Tzeng2-27/+33
2014-03-13Merge pull request #120 from sguada/images_layerEvan Shelhamer4-0/+416
2014-03-13Merge pull request #136 from kloudkl/cuda_timingEvan Shelhamer2-0/+249
2014-03-06Changed display top shape to include num and count, Memory required by DataSergio Guadarrama1-3/+3
2014-03-06Log memory usage while loading a Netsguada1-2/+13
2014-03-04Fix the cpplint errors for benchmark TimerKai Li2-2/+3
2014-03-04Add state machine, boost::posix_time based cpu timer & tests for TimerKai Li2-23/+218
2014-03-04Add Timer to wrap CPU clock_t and GPU cudaEvent_t based timingKai Li1-0/+53
2014-02-27Splited concat_layer into .cpp and .cu, cleaned lint errorsSergio Guadarrama3-110/+134
2014-02-27Fixed test to pass and don't exhaustive search since it takes too longsguada1-2/+4
2014-02-27Added Tests for Concat Layer, and passedsguada2-33/+161
2014-02-27Added concat_dim to caffe.proto and ConcatLayer to set of layerssguada2-0/+7
2014-02-27Code for concat_layer for concat along num and channels dimensionsSergio Guadarrama1-0/+159
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng29-543/+771
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue13-33/+33
2014-02-26fix compiler warning for test_hdf5data_layerJeff Donahue1-3/+4
2014-02-26fix post-rebase linter errorsJeff Donahue4-13/+15
2014-02-26long -> int64_t; all linter errors fixed. woohoo!Jeff Donahue1-2/+2
2014-02-26handle linter stream errorsJeff Donahue1-1/+1
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue15-110/+110
2014-02-26fix most linter errorsJeff Donahue48-287/+416
2014-02-26minor comment editSergey Karayev1-1/+0
2014-02-26HDF5DataLayer, with test.Sergey Karayev6-0/+294
2014-02-26Adding GPU coverage to the DataLayer test.Sergey Karayev1-0/+16
2014-02-26remove padding_layer and its testlinmin3-255/+0
2014-02-26unified to padding aware versionlinmin4-175/+16