1. 19 Sep, 2019 1 commit
  2. 21 Jul, 2019 3 commits
  3. 17 Jul, 2019 1 commit
    • Adam Procter's avatar
      Re-enable -Wswitch and -Wswitch-enum (#3207) · 7d250919
      Adam Procter authored
      * Re-enable -Wswitch and -Wswitch-enum
      
      * Collapse identical switch cases
      
      * Fix (I think) compilation errors
      
      * Partially fix missing cases in GPU xformer, so clang will show me the rest of them...
      
      * One last enum value
      7d250919
  4. 11 Jul, 2019 1 commit
  5. 09 Jul, 2019 2 commits
  6. 05 Jul, 2019 1 commit
  7. 05 Jun, 2019 1 commit
    • Robert Kimball's avatar
      Remove tensor offset from tensor read/write calls because it was never used (#2979) · c555b36a
      Robert Kimball authored
      * remove tensor offset from tensor read/write calls because it was never used
      
      * fix build errors
      
      * fix build errors
      
      * fix python test errors
      
      * more python fixes
      
      * revert change
      
      * Make old version of read/write deprecated
      
      * fix python read overload
      
      * one more try to fix python binding
      
      * fix python
      
      * yet another try
      
      * why is this so hard
      
      * fix?
      
      * add text to changes.md
      c555b36a
  8. 02 Jun, 2019 1 commit
  9. 29 Apr, 2019 1 commit
  10. 26 Jan, 2019 1 commit
  11. 14 Jan, 2019 1 commit
  12. 12 Jan, 2019 1 commit
  13. 03 Jan, 2019 1 commit
  14. 19 Dec, 2018 1 commit
  15. 28 Nov, 2018 1 commit
    • yimeisun123's avatar
      Fix uninitialized parameter tensor data in nbench (#2114) · 9d0dcde7
      yimeisun123 authored
      * Fix uninitialized parameter tensor data in nbench
      
      * Remove const modifier in the loop to fix compilation error
      
      * Add condition check before writing tensor data
      
      * Remove the condition check when initializing pramater tensor data
      9d0dcde7
  16. 14 Nov, 2018 1 commit
  17. 20 Oct, 2018 1 commit
    • Adam Procter's avatar
      Add missing include to benchmark.cpp (#1870) · 35c2dfe3
      Adam Procter authored
      Fixes an error when building on macOS (with CPU backend disabled, but not sure if that makes a difference):
      
      ```
      /Users/amprocte/Work/ngraph/src/tools/nbench/benchmark.cpp:36:29: error: use of undeclared identifier '_MM_FLUSH_ZERO_ON'
          _MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
                                  ^
      /Users/amprocte/Work/ngraph/src/tools/nbench/benchmark.cpp:37:33: error: use of undeclared identifier '_MM_DENORMALS_ZERO_ON'
          _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON);
      ```
      35c2dfe3
  18. 19 Oct, 2018 1 commit
  19. 30 Sep, 2018 1 commit
  20. 29 Sep, 2018 1 commit
  21. 27 Sep, 2018 1 commit
    • Robert Kimball's avatar
      Major cleanup of runtime::TensorView (#1682) · 8caa2717
      Robert Kimball authored
      * remove get_tensor method
      
      * remove get_element_count as it is redundant to get_size
      
      * fix a few issues with examples and python wrapper
      
      * rename get_size to get_element_count and add get_size_in_bytes method
      8caa2717
  22. 12 Sep, 2018 1 commit
  23. 30 Aug, 2018 1 commit
  24. 29 Aug, 2018 1 commit
  25. 08 Aug, 2018 1 commit
  26. 03 Aug, 2018 1 commit
  27. 17 Jul, 2018 1 commit
  28. 14 Jul, 2018 1 commit
  29. 03 Jul, 2018 1 commit
  30. 08 May, 2018 1 commit
    • Jayaram Bobba's avatar
      Computation reuse (#945) · 41c50b44
      Jayaram Bobba authored
      * Make temp memory pools static to avoid memory allocation overheads
      
      * Initial implementation for graph control to enable caching and computation reuse
      
      * Added sphinx documentation
      
      * Turned off memory buffer reuse in CPU transformer to support computation reuse. Added unit test
      
      * Change memoizable to cacheable
      
      * Change memoizable to cacheable
      
      * Rename variables
      41c50b44
  31. 20 Apr, 2018 1 commit
  32. 13 Apr, 2018 1 commit
    • Robert Kimball's avatar
      Remove legacy Backend API (#848) · ec501913
      Robert Kimball authored
      * remove deprecated
      
      * remove all legacy Backend API usage
      
      remove deprecated files
      
      * pull in changes from master
      
      * fix GPU calls
      
      * disable tests in convolution generator
      
      * update per PR comments. Enable performance counter feature.
      
      * update per PR comments
      
      * fix build error
      
      * fix conditionally compiled test :(
      ec501913
  33. 02 Apr, 2018 1 commit
  34. 29 Mar, 2018 1 commit
  35. 21 Mar, 2018 1 commit
  36. 11 Mar, 2018 1 commit
  37. 05 Mar, 2018 1 commit
    • Robert Kimball's avatar
      Include cleanup (#583) · cec89708
      Robert Kimball authored
      * cleanup
      
      * cleanup
      
      * fix all headers to be standalone as far as includes go
      
      * include cleanup
      
      * cleanup includes
      
      * cleanup
      
      * include tester
      
      * wip
      
      * cleanup
      
      * cleanup
      
      * cleanup
      cec89708