- 24 Oct, 2017 7 commits
-
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
Also make Eigen format construction explicit
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
The notion of an instruction will probably come back but with a different implementation.
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
This reduces compilation time by ~10x
-
- 23 Oct, 2017 11 commits
-
-
Robert Kimball authored
Basic autodiff for +, -, *, /, exp, log, plus numeric testing support
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Scott Cyphers authored
-
Robert Kimball authored
* working unit test currently fails as expected * unreferenced args unit test pass * cleanup * cleanup
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
that will be incrementally replaced
-
- 20 Oct, 2017 9 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Scott Cyphers authored
-
- 19 Oct, 2017 4 commits
-
-
Robert Kimball authored
-
Jaikrishnan Menon authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Multiply and Add numeric/autodiff unit tests pass
-
- 18 Oct, 2017 6 commits
-
-
Jaikrishnan Menon authored
-
Scott Cyphers authored
-
Jaikrishnan Menon authored
-
Jai Menon authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
- 17 Oct, 2017 3 commits
-
-
Adam Procter authored
Documentation for all ops that have been defined so far. Includes numerous edits by @ECouzens.
-
crlishka authored
* Refactored to run builds as user, not as root. Added make install. Added parallel build. Expanded make clean to remove BUILD directory. Moved log generation to makefile, so Jenkins job can let make do all of the work. * Changes/fixes to address code review. Mainly adding double-quotes around variables and using $(...) expansion where appropriate (and semantically identical to back-quotes). * Add double-quotes for variable expansion safety. Write error message in run_as_user.sh to stderr. * Remove chown_files.sh, made obsolete by running as user inside docker container. Add set -e and set -u to run_as_user.sh, for further protection.
-
Adam Procter authored
* Elementwise sign operation * Formatting
-