1. 18 Nov, 2019 1 commit
  2. 15 Nov, 2019 1 commit
  3. 07 Nov, 2019 1 commit
  4. 25 Oct, 2019 1 commit
  5. 22 Oct, 2019 1 commit
  6. 10 Oct, 2019 1 commit
  7. 08 Oct, 2019 1 commit
  8. 01 Oct, 2019 3 commits
  9. 25 Sep, 2019 1 commit
    • Scott Cyphers's avatar
      Cyphers/lastwarns (#3640) · 1cc365c0
      Scott Cyphers authored
      * Build changes for -Wall
      
      * Use properties
      
      * Remove no-zero-as-null-pointer-constant
      
      * add ##__VAR_ARGS__ workaround
      
      * enable gnu-zero-variadic-macro-arguments warning
      
      * fix gnu-zero-variadic-macro-arguments
      
      * use PrintToDummyParamName
      
      * remove ##__VA_ARGS__ workaround
      
      * fix ##__VA_ARGS__ and enable gnu-zero-variadic-macro-arguments
      
      * handle windows build
      
      * use alternative fix to support VS compiler
      1cc365c0
  10. 24 Sep, 2019 2 commits
  11. 23 Sep, 2019 2 commits
  12. 20 Sep, 2019 1 commit
  13. 18 Sep, 2019 3 commits
  14. 14 Sep, 2019 2 commits
  15. 12 Sep, 2019 2 commits
  16. 06 Sep, 2019 1 commit
  17. 28 Aug, 2019 1 commit
  18. 26 Aug, 2019 1 commit
  19. 17 Aug, 2019 1 commit
  20. 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
  21. 13 Aug, 2019 1 commit
  22. 09 Aug, 2019 1 commit
  23. 08 Aug, 2019 3 commits
  24. 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
  25. 02 Aug, 2019 5 commits