- 12 Feb, 2019 1 commit
-
-
Robert Kimball authored
-
- 11 Feb, 2019 13 commits
-
-
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
-
Scott Cyphers authored
-
Jayaram Bobba authored
* CPUQuantFusion pass and some usions for converting mixed precision sub-graphs to int8 fused ops * - Added unit tests and misc bug fixes for mixed-precision fusions - Adjust fused sum_scale in quantization builders instead of mkldnn primitive creation
-
Robert Kimball authored
-
Michał Karzyński authored
-
Sergey Shalnov authored
* IntelGPU backend: Slice operation datatypes fix * e correct type for int64_t
-
Robert Kimball authored
-
Michał Karzyński authored
* [ONNX] Move make_ng_constant to Tensor class * [ONNX] Add workaround for initializers without corresponding inputs * Fix malformed test models * clang-format * Avoid creating multiple constants * Code review comments
-
Robert Kimball authored
Fix cmake TBB lib path on Windows.
-
Robert Kimball authored
-
Sergey Shalnov authored
-
-
gaurides authored
* Fix memory leak * Add comments
-
- 09 Feb, 2019 4 commits
-
-
Robert Kimball authored
-
Scott Cyphers authored
* Update CODEOWNERS * Fix hybrid
-
Robert Kimball authored
-
Sergey Shalnov authored
-
- 08 Feb, 2019 11 commits
-
-
Robert Kimball authored
-
Nishant Patel authored
* Fix in place * Style * Adding non in-place support for all fused convadds * fixed quantized test case on GPU build
-
Scott Cyphers authored
-
Leona C authored
* Add new Introduction section based on IEEE presentation and illustrations * WIP changes to doc navigation * Update illustrations * Cleaner ToC * Minor fixes to the theme and removing useless bower files * Better captions * Revise intro * Latest * Make framework support section be its own section * More updates to backend support section and add a new cpp api * add changes to section * Update intro with better detail * Rework intro with better detail on motivation * Editing * Update README with new contrib guide filename * Add the illustration referred to RE MobileNet group convolution fusion * Fix off-by-a-line emph on code description * Fix off-by-a-line emph on code description
-
Robert Kimball authored
* prep work * wip * remove debug * style * update unit test
-
Robert Kimball authored
-
Tomasz Dołbniak authored
* [ONNX] Add support for ONNX sinh op * [ONNX] Test the sinh op and improve an error msg about not supported op version * [ONNX] Fix the failing tests by moving sinh to opset 1 * [ONNX] Apply clang-format to fix failing CI builds * [ONNX] Add and test ONNX cosh op * [ONNX] Add and test ONNX cosh op
-
Robert Kimball authored
-
Sergey Shalnov authored
* IntelGPU backend: Min and Max operations fix * IntelGPU backend: PR2357 style changed if/else to switch/case * IntelGPU backend: PR2357 passed tests adjusted * IntelGPU backend: PR2357 failed test removed
-
Robert Kimball authored
-
Sergey Shalnov authored
-
- 07 Feb, 2019 4 commits
-
-
Robert Kimball authored
-
Sergey Shalnov authored
-
Sergey Shalnov authored
-
Sergey Shalnov authored
-
- 06 Feb, 2019 2 commits
-
-
Junfeng Dong authored
-
Scott Cyphers authored
-
- 05 Feb, 2019 2 commits
-
-
Scott Cyphers authored
* Fix Klocwork issues * style
-
Michał Karzyński authored
-
- 04 Feb, 2019 3 commits
-
-
Robert Kimball authored
* fix windows build * wip * mkldnn seems to build * address various errors building cpu backend with MSVC * wip * wip * Windows support. * Delete dependency of LLVM when building with MSVC. * Define EIGEN_HAS_CONSTEXPR when using MSVS. * Fix MSVC build errors. * Incorrect argument to 'decltype'. It is VC bug. Work around the error with rename the function into different name. * MINMAX issue in matmul_bias.cpp. * Correct TBB_LINK_LIBS on Windows. * Fix MSVC link errors. 1. redefine problems in cpu_builder.obj and convert_layout.obj. It is because cpu_builder.hpp contains an implicit implement of function runtime::cpu::Builder::build for cpu::op::ConvertLayout. The fix is deleting the registration item in cpu_builder.cpp and using REGISTER_CPU_OP_BUILDER in convert_layout.cpp. 2. Fix the dependent libraries path on Windows. It should be *.lib not *.dll when linking these libraries. * Set visibility for CPU backend to fix the MSVC linker error. MSVC complain that the .def file exceed the size limitatoin when using CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. All the functions with CPU_BACKEND_API are used by unit test or nbench. * Fix unit test build errors on Windows. * backend_unary_elementwise.in.cpp: Use all_close_f to test case BACKEDND sqrt * cpu_fustion.cpp: Fix 'NUM_STEPS' cannot be implicitly captured because no default capture mode has been specified * cpu_test.cpp: Use portable setenv and unsetenv from misc.hpp. * tools.cpp: Use portable fpopen from misc.hpp. * misc.hpp/misc.cpp: Add new files to host misc functions that Linux and Windows using different implementation. * Make Debug mode work with MSVC. * style * fix line ending
-
Robert Kimball authored
* remove general splitting code. New code in hybrid transformer. * more cleanup
-
Robert Kimball authored
-