-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace atlas/cblas routines with Eigen in the math functions #85
Commits on Jan 22, 2014
-
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
Configuration menu - View commit details
-
Copy full SHA for 1bcdfd4 - Browse repository at this point
Copy the full SHA 1bcdfd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1ede9 - Browse repository at this point
Copy the full SHA 8a1ede9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9293cc2 - Browse repository at this point
Copy the full SHA 9293cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8dd5d0 - Browse repository at this point
Copy the full SHA d8dd5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b450b - Browse repository at this point
Copy the full SHA 00b450bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 958f038 - Browse repository at this point
Copy the full SHA 958f038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5385b74 - Browse repository at this point
Copy the full SHA 5385b74View commit details -
Merge pull request #28 from kloudkl/boost-eigen
Replace MKL with Boost+Eigen3 * commit '70c4320e436f92d0963b2622d20c7435b2f07f30': Fix test_data_layer segfault by adding destructor to join pthread Fix math funcs, add tests, change Eigen Map to unaligned for lrn_layer Fix test stochastic pooling stepsize/threshold to be same as max pooling Fixed FlattenLayer Backward_cpu/gpu have no return value Fixed uniform distribution upper bound to be inclusive Add python scripts to install dependent development libs * commit '9a7d022652d65f44bebc97576a3b4f1b5e559748': Fix test_data_layer segfault by adding destructor to join pthread Fix math funcs, add tests, change Eigen Map to unaligned for lrn_layer Fix test stochastic pooling stepsize/threshold to be same as max pooling Fixed FlattenLayer Backward_cpu/gpu have no return value Fixed uniform distribution upper bound to be inclusive * commit '958f038e9e0b1b1c0c62b9119b323f4d62a3832a': Fix test_data_layer segfault by adding destructor to join pthread Fix math funcs, add tests, change Eigen Map to unaligned for lrn_layer Fix test stochastic pooling stepsize/threshold to be same as max pooling Fixed FlattenLayer Backward_cpu/gpu have no return value Fixed uniform distribution upper bound to be inclusive
Configuration menu - View commit details
-
Copy full SHA for 8d894f0 - Browse repository at this point
Copy the full SHA 8d894f0View commit details -
nextafter templates off one type
Alejandro Dubrovsky committedJan 22, 2014 Configuration menu - View commit details
-
Copy full SHA for d74c16d - Browse repository at this point
Copy the full SHA d74c16dView commit details -
mean_bound and sample_mean need referencing with this
Alejandro Dubrovsky committedJan 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 7ac4a30 - Browse repository at this point
Copy the full SHA 7ac4a30View commit details -
Merge pull request #47 from alito/compileerrorsboosteigenkloudkl
Compile errors in boost-eigen branch
Configuration menu - View commit details
-
Copy full SHA for 3122c8a - Browse repository at this point
Copy the full SHA 3122c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2696e - Browse repository at this point
Copy the full SHA 3d2696eView commit details -
use boost variate_generator to pass tests w/ boost 1.46 (Gaussian filler
previously filled in all NaNs for me, making many tests fail)
Configuration menu - View commit details
-
Copy full SHA for f76b296 - Browse repository at this point
Copy the full SHA f76b296View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae6944 - Browse repository at this point
Copy the full SHA fae6944View commit details -
Merge pull request #49 from jeffdonahue/boosteigencompilewithboost146
make compatible with boost 1.46 and 1.55
Configuration menu - View commit details
-
Copy full SHA for a5f2cb1 - Browse repository at this point
Copy the full SHA a5f2cb1View commit details
Commits on Jan 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6639f8f - Browse repository at this point
Copy the full SHA 6639f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c9111 - Browse repository at this point
Copy the full SHA d1c9111View commit details
Commits on Jan 30, 2014
-
Merge pull request #63 from jeffdonahue/bernoullirngbugfix
fix bernoulli random number generation
Configuration menu - View commit details
-
Copy full SHA for ca1c462 - Browse repository at this point
Copy the full SHA ca1c462View commit details
Commits on Feb 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 50f0491 - Browse repository at this point
Copy the full SHA 50f0491View commit details