1. 21 Aug, 2018 8 commits
    • Robert Kimball's avatar
      Statically link cpu backend into ngraph shared library (#1444) · 5ab5a129
      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
      5ab5a129
    • Pruthvi's avatar
      update MKLDNN version from v0.14 -> v0.16 (#1370) · 0050950d
      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
      0050950d
    • Nick Korovaiko's avatar
      ArgMin (#1435) · 951e77b4
      Nick Korovaiko authored
      * argmin
      
      * address feedbacka argmin
      
      * add new lines
      
      *  addnew lines
      
      * address adam's nitpicks
      
      * scott's feedback
      
      * fix unit tests
      951e77b4
    • Fenglei's avatar
      gpu replace slice optimize (#1411) · c46d4546
      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};
      c46d4546
    • Michał Karzyński's avatar
      [ONNX] Ops bridge refactoring (#1451) · 7d3323c9
      Michał Karzyński authored
      * [ONNX] Add Relu op
      
      * Refactoring
      
      * Refactoring - move op::Constant implementation to .cpp file
      
      * cmake file list order
      
      * Code review
      7d3323c9
    • Chris Sullivan's avatar
      Explicitly include <string> (#1447) · f0f50acf
      Chris Sullivan authored
      f0f50acf
    • Michał Karzyński's avatar
      [ONNX] Add Relu op (#1448) · 73942928
      Michał Karzyński authored
      * [ONNX] Add Relu op
      73942928
    • shssf's avatar
      IntelGPU backend: BatchNormBackprop operation (#1443) · da352aa1
      shssf authored
      * IntelGPU backend: BatchNormBackprop operation
      
      * PR1443. Requested refactoring done
      da352aa1
  2. 20 Aug, 2018 2 commits
  3. 17 Aug, 2018 10 commits
  4. 16 Aug, 2018 8 commits
  5. 15 Aug, 2018 6 commits
  6. 14 Aug, 2018 6 commits