1. 24 Sep, 2019 1 commit
    • Sang Ik Lee's avatar
      Allow building nGraph CPU without TBB - r0.25.1 (#3652) · 669532d8
      Sang Ik Lee authored
      * Allow TBB to be excluded from CPU build.
      
      * Change some CMake scope.
      
      * m_use_tbb can be removed if TBB is not enabled.
      
      * Fix some rebase errors
      
      * Some files do not get definition.
      
      * CPU codegen: Use different pregenerated code if TBB is not built.
      
      * Fix codegen issues.
      
      * Fix bug.
      
      * Use NGRAPH_TBB_ENABLE only for CPU.
      669532d8
  2. 23 Sep, 2019 2 commits
  3. 20 Sep, 2019 1 commit
  4. 18 Sep, 2019 3 commits
  5. 14 Sep, 2019 2 commits
  6. 12 Sep, 2019 2 commits
  7. 06 Sep, 2019 1 commit
  8. 28 Aug, 2019 1 commit
  9. 26 Aug, 2019 1 commit
  10. 17 Aug, 2019 1 commit
  11. 16 Aug, 2019 1 commit
    • Scott Cyphers's avatar
      Cyphers/exec can create tensors (#3445) · d7893701
      Scott Cyphers authored
      * Add method to check if an Executable can create tensors
      
      * Add a Backend check to see if Executable can create tensors
      
      * Update per review comment
      
      * style
      
      * Possible fix so that backend does not keep holding on to the dummy ng_exec
      d7893701
  12. 13 Aug, 2019 1 commit
  13. 09 Aug, 2019 1 commit
  14. 08 Aug, 2019 3 commits
  15. 07 Aug, 2019 2 commits
    • Denise Kutnick's avatar
      [r0.25] PlaidML Grouped Convolution Implementation (#3399) · 9937f8b5
      Denise Kutnick authored
      * adding group convolution implementation for plaidml
      
      * update CMakeLists.txt to include new group convolution files
      
      * adding new ngraph unit tests for grouped convolutions
      
      * adding group conv unit test back in for plaidml backend
      
      * specify group convolution support in plaidml
      
      * add denise as codeowner for plaidml runtime dir
      
      * remove commented-out lines of unit test manifest
      
      * style changes
      
      * resolve all discussions in PR
      
      * skip data dilation unit test on cpu backend
      9937f8b5
    • Pruthvi's avatar
      Don't enable dl use in static builds for r0.25 (#3394) · 1a1edef9
      Pruthvi authored
      * Don't enable dl use in static builds
      
      remove dladdr in static
      
      * Swap dlerror defs
      
      * - add NGRAPH_INTERPRETER_STATIC_LIB_ENABLE && NGRAPH_CPU_STATIC_LIB_ENABLE as compiler definitions
      
      * Don't look for backends if static
      
      * - add dummy function to register quantized concat and max_pool for static build
      
      * Fix ifdef
      1a1edef9
  16. 02 Aug, 2019 17 commits