- 14 Nov, 2018 1 commit
-
-
yimeisun123 authored
-
- 29 Oct, 2018 1 commit
-
-
Rob Earhart authored
* Add PlaidML backend * CR comments Used m_ prefix for members; removed trailing underscores Updated license headers Moved associated header inclusions to project blocks Wrapped comments to 100 chars Added missing newlines between functions Removed nested namespaces in operation implementations * Add earhart to CODEOWNERS * Rebase updates * style
-
- 20 Oct, 2018 1 commit
-
-
Adam Procter authored
Fixes an error when building on macOS (with CPU backend disabled, but not sure if that makes a difference): ``` /Users/amprocte/Work/ngraph/src/tools/nbench/benchmark.cpp:36:29: error: use of undeclared identifier '_MM_FLUSH_ZERO_ON' _MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON); ^ /Users/amprocte/Work/ngraph/src/tools/nbench/benchmark.cpp:37:33: error: use of undeclared identifier '_MM_DENORMALS_ZERO_ON' _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON); ```
-
- 19 Oct, 2018 1 commit
-
-
Jayaram Bobba authored
-
- 18 Oct, 2018 1 commit
-
-
shssf authored
* IntelGPU backend: Enable nBench statistic * PR1848. Combine counters type time
-
- 15 Oct, 2018 1 commit
-
-
Michał Karzyński authored
* [ONNX] Tool to serialize ONNX models * Review fix. * Add back dependencies to onnx_import_interface target. * Review fix pt. 2 * Check also for errors when opening file stream.
-
- 30 Sep, 2018 1 commit
-
-
Robert Kimball authored
-
- 29 Sep, 2018 1 commit
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
- 28 Sep, 2018 1 commit
-
-
shssf authored
-
- 27 Sep, 2018 1 commit
-
-
Robert Kimball authored
* remove get_tensor method * remove get_element_count as it is redundant to get_size * fix a few issues with examples and python wrapper * rename get_size to get_element_count and add get_size_in_bytes method
-
- 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
-
- 22 Aug, 2018 1 commit
-
-
Robert Kimball authored
This reverts commit 5ab5a129.
-
- 21 Aug, 2018 1 commit
-
-
Robert Kimball authored
* static link cpu library to ngraph * remove debug * link ngraph and cpu backend into a single shared object * add -fPIC and whole-archive for CPU backend * Added conditional for --whole-archive for Mac OS. * Added more conditonal for MacOS. * fix linking problem and unit test failures caused by multiple copies of the same function in CPU backend and INTERPRETER * fix nbench build * add nbench to unit test build * add version number to libngraph
-
- 17 Aug, 2018 1 commit
-
-
Jayaram Bobba authored
* Optionally get rid of codegen from the CPU backend * Rename option variable * Merge fixes * Merge * Remove extra changes * remove dex only exclusions (#1429) * Unconditionally pick m_direct_execution if NGRAPH_DEX_ONLY * Style fix
-
- 08 Aug, 2018 1 commit
-
-
Jaikrishnan Menon authored
* Add an option to exclude the first iteration * Switch to warmup iterations * Cleanup
-
- 03 Aug, 2018 2 commits
-
-
Robert Kimball authored
* add option to run all models in a directory * add print for exception from benchmark
-
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
-
- 26 Jun, 2018 1 commit
-
-
shssf authored
* First IntelGPU backend based on clDNN with empty functions * Backend/API:Conflicts resolved and comments addressed
-
- 13 Jun, 2018 1 commit
-
-
Robert Kimball authored
* backend libraries now found in tree dynamically read header search paths fix running from install
-
- 05 Jun, 2018 1 commit
-
-
Robert Kimball authored
-
- 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 :(
-
- 20 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* add visualize option to nbench * check for dot, amend help msg
-
- 15 Mar, 2018 1 commit
-
-
Robert Kimball authored
* add compile benchmark * add help when error
-
- 14 Mar, 2018 1 commit
-
-
Robert Kimball authored
* Add cpio file read/write class and unit tests add reserializer Add unit test for serialize constants to cpio file. Fix bug in serializer if function has no parameters.
-
- 11 Mar, 2018 1 commit
-
-
Robert Kimball authored
* fix detailed timing flag * more detailed info
-
- 28 Feb, 2018 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
* make json lib an external project * add env var to turn warnings to errors
-
- 21 Feb, 2018 1 commit
-
-
Ashok Emani authored
-
- 20 Feb, 2018 1 commit
-
-
Ashok Emani authored
-
- 15 Feb, 2018 2 commits
-
-
Ashok Emani authored
-
Ashok Emani authored
-