- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 26 Nov, 2019 1 commit
-
-
Scott Cyphers authored
* Fix incorrect uses of `description()` * type-o/namespace
-
- 19 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Fix unsigned comparison and implicit double conversion * Eliminate sign/unsigned compare warnings, implicit double conversion * Missed type * Neww int type * omp compromise * style
-
- 20 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 21 Jul, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 11 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 08 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 05 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 23 May, 2019 1 commit
-
-
Robert Kimball authored
* update visualize tree file extenstions and output formats * fix runtime error
-
- 20 May, 2019 1 commit
-
-
Fenglei Tian authored
* remove throw from dtor (#2854) * add special handle for the 'NNP_xx' op name * style * add special handle for the 'NNP_xx' op name * style * use description as suggest by bob
-
- 13 May, 2019 1 commit
-
-
Scott Cyphers authored
* Fix clang compiler warnings * Remove unintended file. * style * Not part of PR * Another extra closure ref * More warnings from merges * Lambda arg was used
-
- 06 May, 2019 1 commit
-
-
Adam Procter authored
-
- 30 Apr, 2019 1 commit
-
-
Scott Cyphers authored
* Refactor distributed to be isolated to a few files. * Fix type-o * style * review comments * type-o * typo * Return name
-
- 27 Apr, 2019 1 commit
-
-
Robert Kimball authored
* rework PerformanceCounter class * Update intel gpu to new PerformanceCounter and enable performance on interpreter
-
- 22 Apr, 2019 1 commit
-
-
Robert Kimball authored
* constant/io sizes * add sizes and counts for all data io in a json * Add details to model sizing * change filemode * change filemode * fix filemode
-
- 19 Apr, 2019 1 commit
-
-
Robert Kimball authored
-
- 12 Apr, 2019 1 commit
-
-
Adam Procter authored
* Add NodeInput and NodeOutput classes * Deprecate Node::get_inputs, Node::get_outputs, Node::get_output_inputs. Remove Node::get_input_from and Node::get_output_from * Privatize most fields of Node * Make deprecation of descriptor-munching classes optional * Review comments * Adapt ReshapeSinking to use raw pointers for NodeInput * Fix ZDTE (thought I had already done in this branch, weird); style * wip * Change get_node_outputs() and get_node_inputs() to return vectors * Updates after merge * Whoops, forgot to define these functions * {NodeInput,NodeOutput} -> {Input,Output} * Kill shared_ptr in Output * Move Input and Output into node.hpp * Templatize the underlying node (sub)type in Input and Output * Eliminate some get_input_* and get_output_* functions * Change get_outputs and get_inputs back to their original names; rename NGRAPH_DEPRECATE_IO_DESCRIPTORS to NGRAPH_DEPRECATE_OLD_NODE_APIS * Miscellaneous cleanup * More cleanup * Unbreak CPU build * Simplify unit tests * Make Node less friendly * Deprecate more get_output_* and get_input_* functions * A couple of PR comments * Make the deprecation stuff more generally available * Better comment * Be more consistent about [] vs. at
-
- 11 Feb, 2019 1 commit
-
-
Sandeep authored
* quick fix to add openmpi as default * add finalize to distributed class & use unit test * use intel mlsl github link * apply style * address a few comments * fix test * update nbench cmake * remove extras * fix a bug * add counter to finalize and cleanup * test ci error * address mlsl ci error * update flag names, as mentioned in pr comment * revert back the link to mlsl repo and tag * add flag to finalize * apply style * debug with info * delete when flag is true * add distributed setup class works, tests pass * fix style * remove extra instance * disable the test due to a bug * change flag to ompi * remove the dependency of setting NGRAPH_DISTRIBUTED_ENABLE flag * cleanup * change extern to static * remove the option NGRAPH_DISTRIBUTED_ENABLE setting this flag * formatting * update flags not catched by ci * make unique pointer * remove unused bool, fix clang error
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 22 Dec, 2018 1 commit
-
-
Robert Kimball authored
-
- 13 Dec, 2018 1 commit
-
-
Aleksey Marchuk authored
-
- 18 Oct, 2018 1 commit
-
-
shssf authored
* IntelGPU backend: Enable nBench statistic * PR1848. Combine counters type time
-
- 28 Sep, 2018 1 commit
-
-
shssf authored
-
- 25 Sep, 2018 1 commit
-
-
Robert Kimball authored
* update nbench output to be more consistent for single vs. directory benchmark. * wip * add types used in model * fix test * style * catch all exceptions when running any option
-
- 13 Sep, 2018 1 commit
-
-
Robert Kimball authored
* add unsupported_op exception * unsupported_op test * add printout of unsupported op in model * fix GPU dispatcher check * fix test designation * catch exceptions on single file runs too * add unsupported_op exception where needed * remove unsupported_op class * add unassigned op exception * add unit test * catch unsupported op in nbench * add cpu test back * update all latest merges * mode change
-
- 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
* add option to run all models in a directory * add print for exception from benchmark
-
- 03 Jul, 2018 1 commit
-
-
Robert Kimball authored
* nbench cleanup * update style
-
- 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 :(
-
- 20 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* add visualize option to nbench * check for dot, amend help msg
-
- 11 Mar, 2018 1 commit
-
-
Robert Kimball authored
* fix detailed timing flag * more detailed info
-
- 28 Feb, 2018 1 commit
-
-
Robert Kimball authored
-
- 20 Feb, 2018 1 commit
-
-
Ashok Emani authored
-
- 15 Feb, 2018 2 commits
-
-
Ashok Emani authored
-
Ashok Emani authored
-