- 18 Jul, 2019 1 commit
-
-
Scott Cyphers authored
-
- 22 Feb, 2019 1 commit
-
-
Robert Kimball authored
* use calls for new backend API in unit tests * fix compile error * fix compile error
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 19 Dec, 2018 1 commit
-
-
Robert Kimball authored
* make validate public * move compile call outside of call for unit tests * fix compile error * one more error
-
- 07 Dec, 2018 1 commit
-
-
Robert Kimball authored
* change compile call to return Handle * make CPU require compile() before call() * fix unit tests to call compile() before call() * fix failing ops * update unit test * revert some changes * more fixups * more diff cleanup * a few more issues addressed * more fixes * update API * more updates * fix test_ops.py * fix * another attempt to fix * fix unit test * fix test error
-
- 29 Sep, 2018 1 commit
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
- 29 Aug, 2018 1 commit
-
-
Robert Kimball authored
* use line comments instead of multiline comments for license header * update more * update new files * more header updates * style
-
- 13 Aug, 2018 1 commit
-
-
Robert Kimball authored
* enable parameter validation for all unit tests
-
- 03 Jul, 2018 1 commit
-
-
Robert Kimball authored
* nbench cleanup * update style
-
- 04 Jun, 2018 1 commit
-
-
Robert Kimball authored
* Update cmake files to more modern approach * disable building libraries that are not required * handle more build cases * add versions to backend libs. add start of package target. * add create_backend to backends * temporary workaround to tbb not linking correctly with gcc * install codegen lib * force tbb to link to the cpu backend so that it is available for codegen * fix clang build error * fix warning for codegen build * update cuda header paths * change error message for opening backend shared library * set lib path
-
- 20 Apr, 2018 1 commit
-
-
Robert Kimball authored
* Move runtime::Manager functionality into runtime::Backend * Remove unused files * remove obsolete function
-
- 13 Apr, 2018 1 commit
-
-
Robert Kimball authored
* remove deprecated * remove all legacy Backend API usage remove deprecated files * pull in changes from master * fix GPU calls * disable tests in convolution generator * update per PR comments. Enable performance counter feature. * update per PR comments * fix build error * fix conditionally compiled test :(
-
- 21 Mar, 2018 2 commits
-
-
Yixing Lao authored
Adjust CallFrame argument order to match Function
-
Robert Kimball authored
* rename directories to be consistent * rename reference namespace to match directory
-
- 06 Mar, 2018 1 commit
-
-
Fenglei authored
* add gpu broadcast * add broadcast kernel * fix bug for cumemdopyDtD usage in gpu_external_function.cpp
-
- 02 Mar, 2018 1 commit
-
-
fenglei.tian authored
-
- 26 Feb, 2018 1 commit
-
-
Scott Cyphers authored
-
- 20 Feb, 2018 4 commits
-
-
Pruthvi authored
* fixed bn weights initialization to correct size * style fix
-
fenglei.tian authored
-
Ashok Emani authored
-
Ashok Emani authored
* add mxnet sockeye Seq2Seq model * update test with sockeye model
-
- 15 Feb, 2018 1 commit
-
-
Ashok Emani authored
-
- 14 Feb, 2018 1 commit
-
-
fenglei.tian authored
-
- 13 Feb, 2018 1 commit
-
-
fenglei.tian authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 20 Jan, 2018 1 commit
-
-
Robert Kimball authored
* wip * wip * remove get_vector from runtime::TensorView class as it was for unit test only * cleanup * move writting vector to runtime::TensorView to the unit test dir * merge fix * PR review change * update from PR comment * update changes file
-
- 17 Jan, 2018 1 commit
-
-
Robert Kimball authored
* add mxnet seq2seq forward and backward * add benchmarks for seq2seq forward and backward
-
- 11 Jan, 2018 1 commit
-
-
Robert Kimball authored
* add interpreter nan check option * add unit test
-
- 09 Jan, 2018 1 commit
-
-
Robert Kimball authored
* much faster compile time * Remove all variables and just directly access inputs, output, and temps. * compare layouts when checking if two ops are equal * make performance counters available to all backends
-
- 05 Jan, 2018 1 commit
-
-
Robert Kimball authored
* general cleanup * remove runtime::Value * more cleanup * more cleanup
-
- 29 Dec, 2017 1 commit
-
-
Scott Cyphers authored
* Function can have multiple results Remove external use of ValueType, TupleType, Tuple Remove many external uses of Output and Input * corresponding CPU backend changes * Update master changes. * Remove type arg from Function, add changes.md * Merge changes. * Move bodies to .cpp, add brief doc * Merge CPU changes. * Remove xla includes from non-xla files * Remove xla from tests * First part of xla tuple support * change fprop_cache to assume multi-output bprop functions * New wrappers for handling tuples with XLA * Review comments * remove old xla files * fix merge errors * hand edit models to use multi output instead of tuples
-
- 28 Dec, 2017 1 commit
-
-
Robert Kimball authored
* add larger test models
-
- 27 Dec, 2017 1 commit
-
-
Robert Kimball authored
* cleanup * cleanup * expand * wip * undo
-
- 21 Dec, 2017 2 commits
-
-
Robert Kimball authored
* remove ngvm * remove NGVM from cmake
-
Robert Kimball authored
* remove ParameterizedConstant * use simpler element Type definition * Move TraitedType to NGVM directory
-
- 13 Dec, 2017 1 commit
-
-
Adam Procter authored
-
- 12 Dec, 2017 1 commit
-
-
Robert Kimball authored
LSTM benchmark test performance counters
-