- 19 Sep, 2017 4 commits
-
-
Bob Kimball authored
-
Robert Kimball authored
add liveness pass
-
Adam Procter authored
Simplify expression construction for tests.
-
Scott Cyphers authored
-
- 18 Sep, 2017 1 commit
-
-
Scott Cyphers authored
* Simplify external function use. * By default, release original function. Optional argument to delay release.
-
- 16 Sep, 2017 1 commit
-
-
Bob Kimball authored
add naming of tensors and tensor views add visualization pass add graph dump pass
-
- 15 Sep, 2017 13 commits
-
-
Jai Menon authored
Fixes for building with reference OS in docker image
-
Adam Procter authored
remove class Op and merge functionality with Node
-
Robert Kimball authored
-
Chris Lishka authored
Changes to allow build (in docker run) to run as the user, not root, so BUILD directory is easily removable.
-
Scott Cyphers authored
Function execution
-
Chris Lishka authored
-
Scott Cyphers authored
-
Robert Kimball authored
CMake: Replace a previously missed instance of 'git am'
-
Jaikrishnan Menon authored
-
Robert Kimball authored
CMake: Use 'patch' instead of 'git am'
-
Jaikrishnan Menon authored
Git invocations without an available gitconfig (ex. a test environment) will fail whereas patch should always work. This adds a build dependecy on patch.
-
Yixing Lao authored
fix namespace collision in runtime test
-
Yixing Lao authored
-
- 14 Sep, 2017 11 commits
-
-
Scott Cyphers authored
VM for interpreting ops
-
Adam Procter authored
* Implemented binops/unops with different return type from args * Implemented generic bases class for comparison and arith ops, changed current comparison ops to subclass it * Added a TraitedType for booleans * Moved arith and comparison ops to separate header files from `op.h`
-
Scott Cyphers authored
-
Scott Cyphers authored
Change Input/Output to instances in node rather than shared_ptr
-
Bob Kimball authored
-
Bob Kimball authored
-
Robert Kimball authored
CMake: Ninja fixes and MKLDNN integration
-
Robert Kimball authored
Add mechanism for pass dependency checking
-
Bob Kimball authored
-
Bob Kimball authored
-
Scott Cyphers authored
Tensors with eigen implementations for addition, multiplication
-
- 13 Sep, 2017 2 commits
-
-
Scott Cyphers authored
Start of external function calling support
-
Bob Kimball authored
Add memory layout and liveness passes.
-
- 12 Sep, 2017 1 commit
-
-
Avijit authored
* Fixed the paths in the include statements * absolute path include, relative to /src * fix invalid use of incomplete type * Fixed a compilation error.
-
- 11 Sep, 2017 7 commits
-
-
Scott Cyphers authored
Add pass manager
-
Bob Kimball authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
Currently MKL-DNN isn't supported on this platform
-
Robert Kimball authored
Add Doxygen support
-
Adam Procter authored
-
Adam Procter authored
-