Fixed order of cblas and atlas linker flags
[platform/upstream/caffeonacl.git] / src /
2014-03-21 Evan Shelhamercomment out stray mkl includes
2014-03-21 Rowland Deppmajor refactoring allow coexistence of MKL and non...
2014-03-21 Jeff Donahuefix bernoulli generator bug
2014-03-21 Jeff Donahueadd bernoulli rng test to demonstrate bug (generates...
2014-03-21 Jeff Donahuechange all Rng's to use variate_generator for consistency
2014-03-21 Jeff Donahueuse boost variate_generator to pass tests w/ boost...
2014-03-21 Jeff Donahuemake uniform distribution usage compatible with boost...
2014-03-21 Alejandro Dubrovskymean_bound and sample_mean need referencing with this
2014-03-21 Alejandro Dubrovskynextafter templates off one type
2014-03-21 Evan Shelhamerrelax precision of MultinomialLogisticLossLayer test
2014-03-21 Kai LiFix math funcs, add tests, change Eigen Map to unaligne...
2014-03-21 Kai LiFix test stochastic pooling stepsize/threshold to be...
2014-03-21 Kai LiFixed FlattenLayer Backward_cpu/gpu have no return...
2014-03-21 Kai LiFixed uniform distribution upper bound to be inclusive
2014-03-21 Rodrigo Benensoncompile caffe without MKL (dependency replaced by boost...
2014-03-21 Jeff DonahueMerge pull request #247 from jeffdonahue/loss-in-forwar...
2014-03-21 Jeff Donahueloss in forward pass fix for window data layer
2014-03-21 Jeff DonahueMerge pull request #209 from jeffdonahue/loss-in-forwar...
2014-03-20 Evan ShelhamerBack-merge documentation and script fixes
2014-03-20 Sergey KarayevMerge pull request #161 from kloudkl/simplify_feature_e...
2014-03-20 Jeff Donahueminor cleanup in rcnn-finetuning -- rcnn feature comput...
2014-03-20 Evan Shelhamerkeep DLOG (revert accidental switch to LOG)
2014-03-20 Ross Girshickset default to the best value
2014-03-20 Ross Girshicksome cleanup
2014-03-20 Ross Girshicksupport for tightest square mode while finetuning
2014-03-20 Ross Girshicksupport for adding padding to windows in the window_dat...
2014-03-20 Ross GirshickCode that was used to finetune with reasonable success
2014-03-20 Ross Girshicksome major bug fixes (includes some to-be-removed debug...
2014-03-20 Ross Girshickadd window data layer
2014-03-19 Jeff Donahuepost rebase fixes: images layer and padding layer compu...
2014-03-19 Jeff Donahuenull pointer defaults for forward loss outputs
2014-03-19 Jeff Donahueloss in forward pass for concat layer (thought i'd...
2014-03-19 Jeff Donahuefix softmax loss layer bug; all tests pass
2014-03-19 Jeff Donahuerevert unnecessary reordering of lines in softmaxwithlo...
2014-03-19 Jeff Donahuegradient checker optimization with forward pass loss...
2014-03-19 Jeff Donahuetest_gradient_check_util: blobid -> blob_id
2014-03-19 Jeff Donahuemake tests compile and pass
2014-03-19 Jeff Donahuechange specification of forward/backward function and...
2014-03-19 Evan ShelhamerMerge pull request #221 from jamt9000/fix-dump-network
2014-03-19 Kai LiFix cpplint errors for Net, its tests and feature relat...
2014-03-19 Kai LiUse lowercase underscore naming convention for Net...
2014-03-19 Kai LiAdd __builtin_popcount* based fast Hamming distance...
2014-03-19 Kai LiAdd and test Net::HasLayer and GetLayerByName
2014-03-19 Kai LiAdd and test Net::HasBlob and GetBlob to simplify featu...
2014-03-19 Evan ShelhamerMerge pull request #231 from BVLC/next
2014-03-19 Evan Shelhamerarrange example images, update paths, bring back imagen...
2014-03-19 Jeff DonahueMerge pull request #240 from jeffdonahue/rm-cuda-kernel...
2014-03-19 Jeff Donahueuse CUDA_KERNEL_LOOP in padding layer
2014-03-19 Jeff Donahuefix remaining lint errors
2014-03-19 Jeff Donahuefix remaining issues related to CUDA_KERNEL_LOOP
2014-03-19 Jeff DonahueMerge pull request #239 from jeffdonahue/fix-kernel...
2014-03-19 Jeff Donahuefix kernel loop bugs, compiles and passes all tests
2014-03-19 blackballaddd CUDA_KERNEL_LOOP macro
2014-03-18 Evan Shelhamerlint, except for rand/rand_r
2014-03-18 Sergey KarayevMerge pull request #230 from kloudkl/get_model_script
2014-03-18 Evan ShelhamerMerge pull request #229 from kloudkl/minor_change
2014-03-18 Evan Shelhamersort layer factory's list alphabetically
2014-03-18 Evan Shelhamerfix style bugs in new layers' proto fields
2014-03-18 Evan ShelhamerBack-merge documentation and historical PRs to master
2014-03-18 Evan ShelhamerMerge pull request #226 from longjon/imagenet-vis
2014-03-18 longjonMerge pull request #227 from shelhamer/padding-deprecation
2014-03-18 Evan Shelhamerstyle: line continuation spacing
2014-03-18 Evan Shelhamerbring back padding test and lint it
2014-03-18 Evan Shelhamerbring back padding layer with deprecation notice
2014-03-18 Sergio GuadarramaMerge pull request #203 from sergeyk/hdf5_data
2014-03-18 Evan ShelhamerMerge pull request #199 from longjon/pycaffe-ordereddict
2014-03-17 Sergey Karayevminor
2014-03-17 Sergey KarayevLint errors fixed, except still using stream.
2014-03-17 Evan ShelhamerMerge pull request #222 from jeffdonahue/test-all-bin...
2014-03-17 Sergey KarayevMaking HDF5 blob data non-mutable for copy (minor)
2014-03-17 Evan Shelhamerrelax timing checks for commodity GPUs
2014-03-17 Evan ShelhamerMerge pull request #179 from erictzeng/test_all
2014-03-17 Eric TzengFix a test assuming CPU mode without explicitly setting it.
2014-03-17 Sergey KarayevHDF5 data now loaded into Blobs; cleaner interface
2014-03-17 Sergey KarayevHDF5DataLayer source is now a list of filenames
2014-03-17 Sergey KarayevDRYing and documenting HDF5 loading code.
2014-03-17 Sergey KarayevMerge pull request #217 from tdomhan/multidhdf5
2014-03-16 Tobias Domhansupport for more than 2 dimensions in hdf5 files
2014-03-13 Eric TzengCompile a binary to run all tests at once.
2014-03-13 Evan ShelhamerMerge pull request #120 from sguada/images_layer
2014-03-13 Evan ShelhamerMerge pull request #136 from kloudkl/cuda_timing
2014-03-13 Evan ShelhamerMerge pull request #184 from chyojn/cifar10_model_script
2014-03-13 Evan ShelhamerMerge pull request #191 from sguada/print_memory
2014-03-06 Sergio GuadarramaChanged display top shape to include num and count...
2014-03-06 sguadaLog memory usage while loading a Net
2014-03-04 Kai LiFix the cpplint errors for benchmark Timer
2014-03-04 Kai LiAdd state machine, boost::posix_time based cpu timer...
2014-03-04 Kai LiAdd Timer to wrap CPU clock_t and GPU cudaEvent_t based...
2014-02-28 Evan ShelhamerBack-merge documentation updates from master
2014-02-28 Evan ShelhamerMerge pull request #181 from chyojn/absolute_path_of_script
2014-02-28 Jeff DonahueMerge pull request #125 from sguada/concat_layer
2014-02-28 Sergio GuadarramaSplited concat_layer into .cpp and .cu, cleaned lint...
2014-02-28 sguadaFixed test to pass and don't exhaustive search since...
2014-02-28 sguadaAdded Tests for Concat Layer, and passed
2014-02-28 sguadaAdded concat_dim to caffe.proto and ConcatLayer to...
2014-02-28 Sergio GuadarramaCode for concat_layer for concat along num and channels...
2014-02-27 Evan ShelhamerMerge pull request #172 from erictzeng/split_cuda
2014-02-27 Eric TzengSplitting source files between CUDA and CPU code.
2014-02-26 Evan ShelhamerMerge pull request #163 from jeffdonahue/linter
2014-02-26 Jeff Donahuecpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT...
next