1. 17 9月, 2019 1 次提交
  2. 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
  3. 10 6月, 2019 1 次提交
  4. 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
  5. 28 3月, 2019 1 次提交
  6. 24 3月, 2019 1 次提交
  7. 06 3月, 2019 1 次提交
  8. 08 2月, 2019 1 次提交
  9. 15 11月, 2018 1 次提交
  10. 14 11月, 2018 1 次提交
  11. 01 11月, 2018 1 次提交
  12. 19 10月, 2018 1 次提交
  13. 02 10月, 2018 1 次提交
  14. 29 9月, 2018 1 次提交
  15. 28 9月, 2018 1 次提交
  16. 12 9月, 2018 1 次提交
  17. 31 8月, 2018 1 次提交
  18. 29 8月, 2018 1 次提交
  19. 21 8月, 2018 1 次提交
  20. 09 8月, 2018 1 次提交
  21. 26 7月, 2018 4 次提交
  22. 22 7月, 2018 1 次提交
  23. 19 7月, 2018 1 次提交
  24. 18 7月, 2018 4 次提交
  25. 26 6月, 2018 1 次提交
  26. 11 6月, 2018 1 次提交
  27. 08 6月, 2018 1 次提交
  28. 06 6月, 2018 1 次提交
    • Y
      SSA Graph Builder Factory · d9af1532
      yuyang18 提交于
      * Use Builder Chain to decorate new builders. It is easy to extend
        builders.
      * Make graphviz path as a build strategy, not a FLAGS.
      d9af1532
  29. 15 5月, 2018 1 次提交
  30. 14 5月, 2018 2 次提交
  31. 07 4月, 2018 1 次提交
  32. 07 3月, 2018 2 次提交