- 24 Aug, 2018 8 commits
-
-
Artur Wojcik authored
* add detection of Linux distribution Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: disable ONNX unit-tests if CentOS detected (temporar solution) Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: correct DISTRIB_ID name for CentOS Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
tsocha authored
* Enable Mul OP * Reshape, broadcasting utils and Gemm op * Style check * Review fix pt. 1 * Review fix pt. 2 * Reuse documentation
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
* Move batch_norm implementation to a .cpp file * Move split implementation to a .cpp file
-
- 23 Aug, 2018 12 commits
-
-
Nick Korovaiko authored
-
Nick Korovaiko authored
* revert MKLDNN ver to 0.14 * reinstate dep
-
Nick Korovaiko authored
-
Robert Kimball authored
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Michał Karzyński authored
-
Michał Karzyński authored
* [ONNX] Refactor exceptions * [ONNX] Attribute helper functions * [ONNX] Convolution operation
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Pruthvi authored
-
Nick Korovaiko authored
-
- 22 Aug, 2018 8 commits
-
-
Sevin F. Varoglu authored
* DEX AllReduce op * fix conversion error * fix clang build error
-
L.S. Cook authored
that doc build and all extensions work on 4k debian variants
-
Artur Wojcik authored
* onnx: fix build for CentOS 7.4 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix build for CentOS 7.4 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: compile fix for CentOS 7 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: unit-test compilation fixes for CentOS 7 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: unit-test compilation fixes for CentOS 7 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix 'add abc initializer' unit test Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Nick Korovaiko authored
* argmax * manifests and serailizer
-
Nick Korovaiko authored
* get_default_order * add a newline * address scotts feedback * add numeric header
-
shssf authored
* IntelGPU backend: Broadcast operation optimization * PR1450 style check fixed
-
Robert Kimball authored
* add EXCLUDE_FROM_ALL to codegen library so we don't need to using conditionals in build. If codegen is needed it will be built. * update llvm dependencies
-
Robert Kimball authored
This reverts commit 5ab5a129.
-
- 21 Aug, 2018 8 commits
-
-
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
-
Pruthvi authored
* - update MKLDNN version from v0.14 -> v0.15 * - added support to query tensor size from mkldnn desc for MKLDNN Op's - moved tensor size calculation to tensor_view_layout - populate mkldnn layout desc witk MKLDNN queried size in the cpu_layout pass * style fix * - Fixed failing test cases (cherry picked from commit d68d3738673c2081f458f9aa458c16361cc47657) * style fix * renamed tensor->logical_size() member function to tensor->size() * Addressed PR comments * - update mkldnn from v0.15 to v0.16 - update mkl SHA1 hash for lnx, max, win * style fix * Addressed Scott's PR comments * merge branch master with pruthvi/mkldnn_v0.15
-
Nick Korovaiko authored
* argmin * address feedbacka argmin * add new lines * addnew lines * address adam's nitpicks * scott's feedback * fix unit tests
-
Fenglei authored
* optimize replace slice * fix bugs * fix bug * optimize pad dynamic * fix bug * fix bug * fix bug * remove * * add gpu_assignment to pass * refactor cuda replace slice. * fix bug * refactor replace slice * working version * clang format * us layout instead of assignment * us layout instead of assignment in cmakelist * update gpu_layout * fix bugs * resolve conflict * GPUShape to NVShape * using kernel args * using kernel args * fix bugs * fix bugs * fix bug, remove mkldnn.h from gpu_layout.cpp * fix bug for pad_below * remove cast to rep_slice * fix bugs * clang format * change add_in_place_oi_pair({0, 0, false} to add_in_place_oi_pair({0, 0, true};
-
Michał Karzyński authored
* [ONNX] Add Relu op * Refactoring * Refactoring - move op::Constant implementation to .cpp file * cmake file list order * Code review
-
Chris Sullivan authored
-
Michał Karzyński authored
* [ONNX] Add Relu op
-
shssf authored
* IntelGPU backend: BatchNormBackprop operation * PR1443. Requested refactoring done
-
- 20 Aug, 2018 2 commits
-
-
Scott Cyphers authored
-
Jayaram Bobba authored
* Collapse dims when possible to facilitate faster kernels * Minor debug change * Define and track tensor roles through graph optimizations
-
- 17 Aug, 2018 2 commits
-
-
Jaikrishnan Menon authored
-
Jayaram Bobba authored
-