- 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 10 commits
-
-
Jaikrishnan Menon authored
-
Jayaram Bobba authored
-
Robert Kimball authored
-
shssf authored
* Backend test: MaxPoolBackprop test strided and padded * PR1428. Test excluded from CPU backend
-
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
-
Jaikrishnan Menon authored
-
Anna Alberska authored
* IntelGPU backend: Code refactoring and optimization * Update gen_func_def()
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Nick Korovaiko authored
* dex sigmoid multiply * sigmoid multiply * refactor compute logic into standalone kernels * address jayaram's feedback
-
- 16 Aug, 2018 8 commits
-
-
Artur Wojcik authored
* onnx: pull Protobuf 3.5.x from GitHub Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix Travis build configuration issue Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: additional fixes for Travis Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for MacOS Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for Ubuntu Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
* Merge * Remove extra changes
-
Anna Alberska authored
* IntelGPU backend: Minimum, Not, OneHot operations * Code format update * Refactor OneHot op * PR1414. exclude one test * Fix errors
-
shssf authored
* IntelGPU backend: MaxPoolBackprop operation * PR1427: Initialization loop added
-
Jayaram Bobba authored
* Define and track tensor roles through graph optimizations * style fix * Address PR feedback
-
tsocha authored
* [Py] Wrapper for LRN * Add missing header * Add default param values, docs and some unit tests * Fixes * clang-format
-
- 15 Aug, 2018 6 commits
-
-
Robert Kimball authored
-
Jaikrishnan Menon authored
-
Jayaram Bobba authored
-
Robert Kimball authored
-
Jayaram Bobba authored
* Fold affine transformations on 4d convolution * Handle more cases for affine parameters * Style fix
-
Jaikrishnan Menon authored
* Temporary broadcast optimizations till halide support is merged * Use computed broadcast axes * Move shape squeeze * Review feedback: Add comments * Patch broadcast axes after the last refactor * Squeeze input shape
-
- 14 Aug, 2018 6 commits
-
-
Adam Rogowiec authored
* onnx: add 'constant' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * General purpose exceptions. * Change not_supported_error message template. * Add new general purpose errors. * ONNX BatchNormalization operation. * Clang-format * Update CMake * Add fixed test data. * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Clean code. * Fix test. * Apply clang-format-3.9 * Copyright notice format * Remove inputs in separate files * use all_close to compare floating point values * missed changing one CPU to INTERPRETER for unit test
-
Amy Zhuang authored
* Add OneHot op to direct execution. * Remove exceptions from kernel. * Use Eigen::Tensor.
-
Avijit authored
* Removed unused code. * format-fix
-
Jaikrishnan Menon authored
-
dmyershov authored
-
shssf authored
-