- 11 Feb, 2019 9 commits
-
-
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
-
Michał Karzyński authored
-
Sergey Shalnov authored
* IntelGPU backend: Slice operation datatypes fix * e correct type for int64_t
-
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 2 commits
-
-
Robert Kimball 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 2 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
-
- 02 Feb, 2019 2 commits
-
-
Robert Kimball authored
* builds * pass unit test * cleanup
-
Pruthvi authored
* - check to verify if the data_slices shares the same weights * add the serialized graph * - explicitly fuse the data slices, so all the parameter partitioned by slices are in contigous memory location - fixes all the failing test cases
-
- 01 Feb, 2019 3 commits
-
-
Adam Straw authored
* Fix inconsistent ifdefs that broke macos build Add quant ops to op table Define serialize/deserialize for Quant con, avg pool, max pool Add empty cases to interpreter * iGPU cases. * Include quant ops * Define ngpu emitters
-
Pruthvi authored
-
tsocha authored
-
- 31 Jan, 2019 2 commits
-
-
Scott Cyphers authored
* Use pre-built tbb on macos * Review comments * Only copy lib when changed
-
Fabian Boemer authored
-
- 29 Jan, 2019 1 commit
-
-
Jimin Ha authored
-