1. 28 Aug, 2018 2 commits
  2. 27 Aug, 2018 4 commits
  3. 25 Aug, 2018 1 commit
  4. 24 Aug, 2018 10 commits
  5. 23 Aug, 2018 12 commits
  6. 22 Aug, 2018 8 commits
  7. 21 Aug, 2018 3 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