platform/upstream/caffeonacl.git
2014-07-15 Jeff DonahueMerge pull request #696 from rbgirshick/matlab_2014a_fix
2014-07-15 Ross Girshickfix bug that breaks MATLAB 2014a compilation
2014-07-14 Jeff DonahueMerge pull request #694 from jeffdonahue/travis-tweaks
2014-07-14 Jeff DonahueAdd blank lines between fields for readability.
2014-07-14 Jeff DonahueReplace CUSTOM_CXX env var to specify non-default C...
2014-07-14 Jeff DonahueRun Travis build on all branches (remove whitelist...
2014-07-14 Jeff DonahueAdd --keep-going flag to first make so that any targets...
2014-07-14 Evan Shelhamerfix Makefile comment about library names
2014-07-14 Jeff DonahueMerge pull request #685 from jeffdonahue/seed-hinge...
2014-07-14 Jeff DonahueSeed HingeLossLayerTest; bad values can cause test...
2014-07-14 Evan ShelhamerMerge pull request #681 from BVLC/travisci
2014-07-14 Jeff DonahueTravis build failure wasn't working for lint/warn becau...
2014-07-14 Jeff Donahue@jeffdonahue's tweaks to .travis.yml config:
2014-07-14 Jeff Donahue-Override the default compiler by specifying a CXX in
2014-07-14 huy@huyng's .travis.yml integration configuration file...
2014-07-14 Jeff DonahueMove test headers to include/.
2014-07-12 Sergey Karayevback-merging [docs] changes and web demo [example]...
2014-07-12 Sergey KarayevMerge pull request #679 from sergeyk/master
2014-07-12 Sergey Karayev[example] image classification web demo
2014-07-12 Sergey KarayevMerge pull request #675 from sergeyk/master
2014-07-12 Sergey Karayev[docs] shelhamer's minor suggestions
2014-07-11 Sergey Karayev[docs] updated instructions for contributing documentation
2014-07-11 Sergey Karayev[docs] moved example md’s to examples/**/md’s and added...
2014-07-11 Sergey Karayev[docs] cosmetic
2014-07-11 Evan Shelhamerfix link for caffe_rcnn_imagenet_model
2014-07-11 Evan ShelhamerBack-merge documentation and fixes
2014-07-11 Evan Shelhamerhost materials on dl.caffe.berkeleyvision.org
2014-07-10 Evan Shelhamerfix caffe acm-mm paper link
2014-07-10 longjonMerge pull request #633 from kloudkl/cpu-only-memcpy
2014-07-10 Kai LiReplace cudaMemcpy with caffe_gpu_memcpy in SyncedMemor...
2014-07-10 Kai LiImplement @Yangqing's solution to copy memory in the...
2014-07-10 Kai LiSwitch to GPU mode when pointer is move to or from...
2014-07-10 Kai LiCheck the GPU mode to decide which memcpy to use
2014-07-10 Kai LiAvoid using cudaMemcpy for memcpy when there is no...
2014-07-09 Jeff Donahuemakefile hotfix
2014-07-09 Jeff DonahueMerge pull request #661 from jeffdonahue/fix-error...
2014-07-09 Jeff Donahuefix bug introduced by warning logs: errors didn't print...
2014-07-09 Sergey Karayev[docs] readme
2014-07-09 Sergey Karayev[docs] got rid of redundant README, updated development...
2014-07-09 Jeff DonahueMakefile: cleanup lint/warn report logic (and make...
2014-07-09 Sergey Karayev[docs] reworked index page, got rid of publications...
2014-07-09 Evan ShelhamerMerge pull request #649 from jeffdonahue/warnlog
2014-07-09 Jeff DonahueOutput a lint report for every source file linted;...
2014-07-09 Jeff DonahueDump compiler warnings to *.warnings.txt; use "make...
2014-07-08 Jeff DonahueMerge pull request #647 from jeffdonahue/nocleanlinecount
2014-07-08 Jeff DonahueDon't make clean when running linecount
2014-07-07 Jeff DonahueMerge pull request #614 from ronghanghu/rectangular_pooling
2014-07-07 Ronghang Huadded gradient check for non-square pooling
2014-07-07 Ronghang Hufixed style errors
2014-07-06 Evan ShelhamerMerge pull request #611 from shelhamer/makefile-config-cxx
2014-07-05 Ronghang Huadd tests for rectangular pooling regions
2014-07-05 Ronghang Hufixing pooling SetUp() to allow default values for...
2014-07-04 Ronghang HuUpdate pooling_layer.cu
2014-07-04 Ronghang HuUpdate pooling_layer.cpp
2014-07-04 Ronghang HuUpdate vision_layers.hpp
2014-07-04 Ronghang HuUpdate caffe.proto
2014-07-04 Evan Shelhamerpoint to reference performance from installation, add...
2014-07-04 Evan Shelhamercustomize compiler setting in Makefile.config
2014-07-04 Evan ShelhamerMerge pull request #549 from jamt9000/fix-resize-crop-pil
2014-07-04 Evan ShelhamerMerge pull request #555 from shelhamer/uva-memory
2014-07-04 Jeff DonahueMerge pull request #602 from kloudkl/layers-in-order
2014-07-04 Evan Shelhamerfix casts (static for void*)
2014-07-04 Evan Shelhamerreduce caffe_copy to instantiations, split off caffe_me...
2014-07-04 Evan Shelhamerreplace all memset with caffe_set() / caffe_gpu_set()
2014-07-04 Evan Shelhamerreplace all memcpy by caffe_copy
2014-07-04 Evan Shelhamerdo all caffe_copy() as UVA mem copy, and drop caffe_gpu...
2014-07-04 Evan Shelhamerreplace softmax cudaMemcpy with caffe_gpu_copy
2014-07-04 Evan Shelhamerswitch to unified virtual addressing CUDA memcpy
2014-07-04 Evan Shelhamerreport UVA in platform test
2014-07-04 Evan ShelhamerMerge pull request #609 from jeffdonahue/multiconv
2014-07-03 Jeff DonahueConvolutionLayer can take N bottom blobs and N top...
2014-07-03 Jeff Donahueadd EqualNumBottomTopBlobs() property for layers; use in
2014-07-03 Kai LiOrganize the loss layers in alphabetical order
2014-07-03 Kai LiArrange the data layers to be in alphabetical order
2014-07-03 Kai LiSeparate layers relatively independent of images out...
2014-07-02 Evan Shelhameracknowledge BVLC PI Trevor Darrell for advising Caffe
2014-07-01 Jeff Donahuefix uninitialized variable warnings in tools
2014-06-30 yzhuanUpdate Makefile.config.example
2014-06-30 Evan ShelhamerMerge pull request #545 from jamt9000/im2col-kernel...
2014-06-28 Evan Shelhamerlint
2014-06-28 Sergio GuadarramaMerge pull request #502 from sguada/fix_dropout_backward
2014-06-28 SergioRemove Cuda.major >= 2 check on Dropout test
2014-06-28 SergioCheck that pointers are different before copying in...
2014-06-28 SergioAdded test to Dropout to check gradients during Test...
2014-06-28 SergioFix var names in Dropout.cu
2014-06-28 SergioModify Dropout to allow backward pass in TEST phase
2014-06-27 James ThewlisFix building tests with parallel make
2014-06-27 Evan ShelhamerMerge pull request #510 from crizCraig/patch-1
2014-06-27 Evan ShelhamerMerge pull request #531 from flickr/dev-top-k-accuracy
2014-06-27 Rob HessComment-fix.
2014-06-27 Rob HessUpdate name of last added param.
2014-06-27 Rob HessAdd unit test for accuracy layer.
2014-06-27 cypofNext LayerParameter proto id
2014-06-27 Rob HessUse vectors instead of arrays.
2014-06-27 Rob HessCompute top-k accuracy in AccuracyLayer.
2014-06-27 Rob HessIncorporate top_k param into AccuracyLayer and check...
2014-06-27 Rob HessAdd parameter for AccuracyLayer in proto.
2014-06-27 Evan Shelhameradd latest CUDA arch to fix invalid device function...
2014-06-27 Evan ShelhamerMerge pull request #554 from shelhamer/nvcc-arch-50
2014-06-27 Evan Shelhameradd latest CUDA arch to fix invalid device function...
next