compile caffe without MKL (dependency replaced by boost::random, Eigen3)
authorRodrigo Benenson <rodrigo.benenson@gmail.com>
Sun, 8 Dec 2013 04:55:39 +0000 (15:55 +1100)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 21 Mar 2014 20:52:34 +0000 (13:52 -0700)
commite4e93f4d12ab33f6765c82b148b64cb4a808a0ee
treecad76254806a9a796b3c8e5ed7cc464ff3e2daf1
parent510b3c028f790b88276b23f41562bbca7bdbd748
compile caffe without MKL (dependency replaced by boost::random, Eigen3)

- examples, test and pycaffe compile without problem (matcaffe not tested)
- tests show some errors (on cpu gradient tests), to be investigated
- random generators need to be double checked
- mkl commented code needs to be removed
Makefile
include/caffe/common.hpp
include/caffe/filler.hpp
include/caffe/util/math_functions.hpp
src/caffe/common.cpp
src/caffe/layers/dropout_layer.cpp
src/caffe/layers/inner_product_layer.cpp
src/caffe/test/test_common.cpp
src/caffe/util/math_functions.cpp