1. 17 9月, 2019 1 次提交
  2. 16 9月, 2019 1 次提交
  3. 11 9月, 2019 1 次提交
    • H
      Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989) · 12542320
      Huihuang Zheng 提交于
      TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory.
      
      We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton.
      
      Also added data_feed_proto to operator to fix CI in CPU compilation
      12542320
  4. 09 9月, 2019 1 次提交
  5. 06 9月, 2019 1 次提交
  6. 03 9月, 2019 3 次提交
  7. 01 9月, 2019 1 次提交
    • Z
      Add retry_allocator for gpu (#19409) · 0a73f720
      Zeng Jinle 提交于
      * add retry_allocator for gpu, test=develop
      
      * follow chengduoZH's comments, test=develop
      
      * follow huihuang's comments,test=develop
      
      * change f,l in enforce.h to be file,line, test=develop
      
      * increase code coverage by adding unittests, test=develop
      
      * fix CMakeLists.txt, test=develop
      0a73f720
  8. 30 8月, 2019 1 次提交
  9. 22 8月, 2019 1 次提交
  10. 20 8月, 2019 1 次提交
  11. 16 8月, 2019 1 次提交
  12. 01 8月, 2019 1 次提交
  13. 31 7月, 2019 1 次提交
  14. 18 7月, 2019 1 次提交
    • Z
      Feature/auto_growth_allocator (#18561) · ae58afc5
      Zeng Jinle 提交于
      * feature/auto_growth_allocator, test=develop
      
      * add unittest of AlignedAllocator, test=develop
      
      * try to turn on auto_growth to test on CI, test=develop
      
      * fix segmentation fault in mixed_vector.h, test=develop
      
      * add unittests, test=develop
      ae58afc5
  15. 12 7月, 2019 1 次提交
  16. 26 6月, 2019 1 次提交
  17. 14 6月, 2019 1 次提交
  18. 10 6月, 2019 1 次提交
  19. 27 5月, 2019 1 次提交
    • Z
      Code clean of Allocator (#17602) · 4aa931dd
      Zeng Jinle 提交于
      * Revert "Revert "Fix allocator bug""
      
      This reverts commit 174d0d0b.
      
      * Revert "fix travis ci"
      
      This reverts commit 5656fa9f.
      
      test=develop
      
      * add inlined_vector.h, test=develop
      
      * add inlined_vector_test,test=develop
      
      * clean code of allocator,test=develop
      
      * delete zero_size_allocator.h,test=develop
      
      * fix failed unittest,test=develop
      4aa931dd
  20. 23 5月, 2019 1 次提交
    • Z
      Fix allocator bug (#16712) · c6189637
      Zeng Jinle 提交于
      * Revert "Revert "Fix allocator bug""
      
      This reverts commit 174d0d0b.
      
      * Revert "fix travis ci"
      
      This reverts commit 5656fa9f.
      
      test=develop
      
      * add inlined_vector.h, test=develop
      
      * add inlined_vector_test,test=develop
      c6189637
  21. 07 5月, 2019 1 次提交
  22. 05 5月, 2019 1 次提交
  23. 30 4月, 2019 1 次提交
  24. 28 3月, 2019 1 次提交
  25. 26 3月, 2019 1 次提交
  26. 25 3月, 2019 1 次提交
    • S
      split PR · c20db635
      sneaxiy 提交于
      test=develop
      c20db635
  27. 24 3月, 2019 1 次提交
  28. 21 3月, 2019 1 次提交
    • S
      add more unittest · 953214ad
      sneaxiy 提交于
      modify allocator strategy
      remove changes of legacy buddy_allocator
      test=develop
      953214ad
  29. 19 3月, 2019 1 次提交
  30. 18 3月, 2019 1 次提交
  31. 13 3月, 2019 1 次提交
  32. 11 3月, 2019 2 次提交
  33. 06 3月, 2019 1 次提交
  34. 04 3月, 2019 3 次提交
  35. 01 3月, 2019 1 次提交