1. 28 Aug, 2018 4 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 1 commit
    • 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