index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
also fix for runtest
Jeff Donahue
1
-2
/
+3
2014-03-18
add libcaffe.a to TEST_ALL_BIN dependencies in Makefile
Jeff Donahue
1
-1
/
+1
2014-03-17
Merge pull request #199 from longjon/pycaffe-ordereddict
Evan Shelhamer
1
-2
/
+2
2014-03-17
make runtest with TEST_ALL_BIN obey TEST_GPUID
Jeff Donahue
1
-1
/
+1
2014-03-13
Compile a binary to run all tests at once.
Eric Tzeng
1
-4
/
+10
2014-03-13
Rename pycaffe.cpp -> _caffe.cpp in preparation for python wrapper
Jonathan L Long
1
-2
/
+2
2014-02-27
fix 'make lint' in OSX:
Jeff Donahue
1
-1
/
+1
2014-02-26
fix python/matlab wrapper bugs introduced by lint; change linter->lint
Jeff Donahue
1
-2
/
+2
2014-02-26
make lint will not rerun if successful and no source files have been
Jeff Donahue
1
-5
/
+15
2014-02-26
cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINE
Jeff Donahue
1
-1
/
+1
2014-02-26
add new tools dir to linted dir list
Jeff Donahue
1
-1
/
+2
2014-02-26
add examples, python, matlab to NONGEN_CXX_SRCS so they are linted as
Jeff Donahue
1
-1
/
+6
2014-02-26
exclude proto generated files from lint
Jeff Donahue
1
-3
/
+5
2014-02-26
add cpplint.py and "make lint" to run on all c source files
Jeff Donahue
1
-0
/
+5
2014-02-26
Reverse the order of hdf5_hl hdf5 as LIBRARIES in Makefile
Kai Li
1
-1
/
+1
2014-02-26
HDF5DataLayer, with test.
Sergey Karayev
1
-2
/
+7
2014-02-26
Make tools/ for core binaries, stow scripts/ in tools/extra
Evan Shelhamer
1
-6
/
+22
2014-02-17
don't pass LDFLAGS when only performing compilation (-c)
Jonathan L Long
1
-6
/
+6
2014-02-11
add CXXFLAGS for libstdc++ on OS X 10.9
Evan Shelhamer
1
-3
/
+3
2014-02-03
remove linking against mkl_intel_thread: unneeded
Sergey Karayev
1
-3
/
+4
2014-01-19
cleanup whitespace
Evan Shelhamer
1
-14
/
+14
2014-01-13
Add removing distribute directory when make clean
Kai Li
1
-0
/
+1
2014-01-13
Add make proto target to seperately generate caffe/proto/caffe.pb.h
Kai Li
1
-1
/
+3
2014-01-13
Seperated build, distribute and source directories
Kai Li
1
-51
/
+99
2013-11-28
modify makefile to recompile on changes to header files
Jeff Donahue
1
-3
/
+7
2013-11-26
removed the -Wl flag which was an earlier experimental try
Yangqing Jia
1
-2
/
+1
2013-11-26
makefile update
Yangqing Jia
1
-18
/
+4
2013-11-24
Merge branch 'master' of github.com:Yangqing/caffe
Yangqing Jia
1
-2
/
+5
2013-11-24
makefile: add both lib and lib64 to the cuda library path.
Yangqing Jia
1
-1
/
+1
2013-11-23
makefile: added a MATLAB_DIR variable. pycaffe and matcaffe will not be compi...
Yangqing Jia
1
-2
/
+5
2013-11-22
update Makefile and add some more docs
Ross Girshick
1
-0
/
+9
2013-11-21
fix Makefile problem
Yangqing Jia
1
-2
/
+2
2013-11-21
cleaned makefile a little bit
Yangqing Jia
1
-27
/
+62
2013-11-19
fix pycaffe dependency
Yangqing Jia
1
-1
/
+3
2013-11-19
makefile: not compile test in default
Yangqing Jia
1
-1
/
+1
2013-11-19
makefile: fixed the nvcc path
Yangqing Jia
1
-2
/
+2
2013-11-15
Made a major change: when initializing a network, the input size are no longe...
Yangqing Jia
1
-1
/
+1
2013-11-13
pycaffe update
Yangqing Jia
1
-1
/
+2
2013-11-12
linecount improvement
Yangqing Jia
1
-0
/
+2
2013-11-12
changed makefile, and removed the no longer needed cuda convnet translator.
Yangqing Jia
1
-1
/
+2
2013-11-12
changed the python file paths
Yangqing Jia
1
-3
/
+3
2013-11-12
added pycaffe wrapper. Preparing to clean the structure
Yangqing Jia
1
-2
/
+7
2013-11-11
Merge branch 'master' of github.com:Yangqing/caffe
Yangqing Jia
1
-1
/
+2
2013-11-11
remove python deps
Yangqing Jia
1
-3
/
+2
2013-11-11
bugfix
Yangqing Jia
1
-1
/
+1
2013-11-08
misc update
Yangqing Jia
1
-2
/
+4
2013-11-06
working asynchronous sgd code. may have errors.
Yangqing Jia
1
-1
/
+1
2013-10-31
solver restructuring: now all prototxt are specified in the solver protocol b...
Yangqing Jia
1
-1
/
+1
2013-10-26
added back opencv dependency and convert scripts
Yangqing Jia
1
-2
/
+2
2013-10-15
Reorganization of codes.
Yangqing Jia
1
-0
/
+111
[next]