- 12 Sep, 2018 1 commit
-
-
Robert Kimball authored
* add option to copy intput/output data for each iteration * add support for stale buffers
-
- 30 Aug, 2018 1 commit
-
-
Robert Kimball authored
* only print details if details enabled * refactor print routines to main file * refactor for multi dir support * dir support prints nice results
-
- 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
-
- 08 Aug, 2018 1 commit
-
-
Jaikrishnan Menon authored
* Add an option to exclude the first iteration * Switch to warmup iterations * Cleanup
-
- 03 Aug, 2018 1 commit
-
-
Robert Kimball authored
* compiles but does not link
-
- 17 Jul, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 14 Jul, 2018 1 commit
-
-
Fenglei authored
* using async gpu timers * remove sync for cuda calls, add async gpu stopwatch, add count to timing-detail * add debug sync * make timer static * move timer to runtime context
-
- 03 Jul, 2018 1 commit
-
-
Robert Kimball authored
* nbench cleanup * update style
-
- 08 May, 2018 1 commit
-
-
Jayaram Bobba authored
* Make temp memory pools static to avoid memory allocation overheads * Initial implementation for graph control to enable caching and computation reuse * Added sphinx documentation * Turned off memory buffer reuse in CPU transformer to support computation reuse. Added unit test * Change memoizable to cacheable * Change memoizable to cacheable * Rename variables
-
- 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 :(
-
- 02 Apr, 2018 1 commit
-
-
Robert Kimball authored
* add random init for all input types, not just float * remove debug
-
- 29 Mar, 2018 1 commit
-
-
Robert Kimball authored
-
- 21 Mar, 2018 1 commit
-
-
Yixing Lao authored
Adjust CallFrame argument order to match Function
-
- 11 Mar, 2018 1 commit
-
-
Robert Kimball authored
* fix detailed timing flag * more detailed info
-
- 05 Mar, 2018 1 commit
-
-
Robert Kimball authored
* cleanup * cleanup * fix all headers to be standalone as far as includes go * include cleanup * cleanup includes * cleanup * include tester * wip * cleanup * cleanup * cleanup
-
- 28 Feb, 2018 1 commit
-
-
Robert Kimball authored
This fixes the previously broken compilation of ngraph-mxnet which directly utilized serializer.hpp
-
- 20 Feb, 2018 1 commit
-
-
Ashok Emani authored
-