1. 26 Nov, 2019 1 commit
  2. 21 Nov, 2019 1 commit
  3. 19 Sep, 2019 1 commit
  4. 12 Sep, 2019 1 commit
  5. 03 Sep, 2019 1 commit
  6. 30 Aug, 2019 1 commit
  7. 20 Aug, 2019 1 commit
  8. 07 Aug, 2019 1 commit
  9. 31 Jul, 2019 1 commit
  10. 26 Jul, 2019 1 commit
    • gcwenger's avatar
      Fixed double-buffering timing (#3309) · c04b5588
      gcwenger authored
      API is synchronous per thread and threads are coordinated so that
      we know when we hit the last iteration everything is done.
      Using join() to gate end of iterations was introducing too much
      overhead to timing as verified via checking traces.
      c04b5588
  11. 23 Jul, 2019 5 commits
  12. 21 Jul, 2019 8 commits
  13. 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
  14. 11 Jul, 2019 1 commit
  15. 09 Jul, 2019 2 commits
  16. 08 Jul, 2019 1 commit
  17. 05 Jul, 2019 1 commit
  18. 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
  19. 02 Jun, 2019 1 commit
  20. 23 May, 2019 1 commit
  21. 20 May, 2019 1 commit
  22. 13 May, 2019 1 commit
    • Scott Cyphers's avatar
      Fix clang compiler warnings (#2898) · b94a042d
      Scott Cyphers authored
      * Fix clang compiler warnings
      
      * Remove unintended file.
      
      * style
      
      * Not part of PR
      
      * Another extra closure ref
      
      * More warnings from merges
      
      * Lambda arg was used
      b94a042d
  23. 06 May, 2019 1 commit
  24. 30 Apr, 2019 1 commit
  25. 29 Apr, 2019 1 commit
  26. 27 Apr, 2019 1 commit
  27. 22 Apr, 2019 1 commit
    • Robert Kimball's avatar
      nbench statistics update (#2795) · 3bbc26ac
      Robert Kimball authored
      * constant/io sizes
      
      * add sizes and counts for all data io in a json
      
      * Add details to model sizing
      
      * change filemode
      
      * change filemode
      
      * fix filemode
      3bbc26ac
  28. 19 Apr, 2019 1 commit