1. 18 9月, 2019 1 次提交
  2. 12 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. 26 8月, 2019 1 次提交
  6. 19 8月, 2019 1 次提交
  7. 29 7月, 2019 1 次提交
  8. 03 7月, 2019 1 次提交
  9. 25 6月, 2019 1 次提交
  10. 21 6月, 2019 1 次提交
  11. 18 6月, 2019 1 次提交
  12. 16 6月, 2019 1 次提交
  13. 29 5月, 2019 1 次提交
    • H
      Add new gard clip [old gradient clip not support in dy graph] (#17523) · 9f85f218
      Hongyu Liu 提交于
      * add gradient clip in minimize; test=develop
      
      * fix bug; test=develop
      
      * fix format; test=develop
      
      * move new grad clip to dygraph/grad_clip.py; test=develop
      
      * fix lr decay and grad clip test; test=develop
      
      * seperate dygraph grad clip; test=develop
      
      * fix grad clip test; develop
      
      * fix api spec bug; test=develop
      
      * add blank line, test=develop,test=document_preview
      
      to fix format problem
      9f85f218
  14. 20 5月, 2019 2 次提交
  15. 07 5月, 2019 1 次提交
  16. 01 5月, 2019 1 次提交
  17. 31 3月, 2019 1 次提交
    • W
      Batch norm cudnn accurate (#16545) · 22b02bfa
      Wu Yi 提交于
      * fix cudnn batch norm accuracy test=develop
      
      * fix cudnn batch norm accuracy test=develop
      
      * disable failed test for later fix test=develop
      22b02bfa
  18. 29 3月, 2019 6 次提交
  19. 28 3月, 2019 1 次提交
  20. 27 3月, 2019 1 次提交
    • J
      Feature/install check (#16044) · 54a73578
      Jiabin Yang 提交于
      * test=develop, add install check
      
      * test=develop, add install check scripts
      
      * test=develop, refine language
      
      * test=develop, add api spec
      
      * test=develop, change cdn to bj to pass ci
      54a73578
  21. 26 3月, 2019 1 次提交
  22. 25 3月, 2019 1 次提交
    • S
      split PR · c20db635
      sneaxiy 提交于
      test=develop
      c20db635
  23. 21 3月, 2019 1 次提交
    • S
      add more unittest · 953214ad
      sneaxiy 提交于
      modify allocator strategy
      remove changes of legacy buddy_allocator
      test=develop
      953214ad
  24. 20 3月, 2019 1 次提交
    • C
      Fuse AllReduce (#15921) · f26ba5bd
      chengduo 提交于
      * fuse all_reduce
      test=develop
      
      * add fuse_parameter_groups_size
      test=develop
      
      * Polish code
      test=develop
      
      * Fix travis-ci
      test=develop
      
      * Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
      test=develop
      
      * Add SetGroupAccordingToMemorySize
      test=develop
      
      * fix multi_devices_graph
      test=develop
      
      * reset params_grads
      test=develop
      
      * Polish code
      test=develop
      f26ba5bd
  25. 19 3月, 2019 1 次提交
  26. 18 3月, 2019 1 次提交
  27. 13 3月, 2019 2 次提交
  28. 11 3月, 2019 1 次提交
  29. 10 3月, 2019 1 次提交
  30. 06 3月, 2019 2 次提交
  31. 05 3月, 2019 1 次提交
    • L
      add IfElse test case for ir memory optimize (#15998) · caadd058
      liuwei1031 提交于
      * add ir memory optimize test case for IfElse op, test=develop
      
      * fix some unitttest failure by force using the python memory_optimize, test=develop
      
      * tweak comments, test=develop
      
      * fix unittest, test=develop
      
      * fix unittest, test=develop
      caadd058
  32. 04 3月, 2019 1 次提交