1. 11 7月, 2019 1 次提交
    • Z
      Feature/buffer_shared_inplace (#17911) · d3003a16
      Zeng Jinle 提交于
      * feature/buffer_shared_inplace, test=develop
      
      * refine code, test=develop
      
      * fix elementwise_add op cpu inplace and sum inplace bug, test=develop
      
      * add unittest and debug log, test=develop
      
      * fix parallel_executor scope bug, polish code, test=develop
      
      * fix sum op, activation op, single_in_place_inference bug, test=develop
      
      * remove kLocalExecScopeName, test=develop
      
      * fix unittest,test=develop
      
      * fix out_var first version bug, test=develop
      
      * follow comments,test=develop
      d3003a16
  2. 27 6月, 2019 1 次提交
  3. 26 6月, 2019 1 次提交
  4. 24 6月, 2019 1 次提交
  5. 19 6月, 2019 1 次提交
  6. 18 6月, 2019 1 次提交
  7. 14 6月, 2019 1 次提交
  8. 13 6月, 2019 1 次提交
  9. 08 6月, 2019 1 次提交
  10. 06 6月, 2019 1 次提交
  11. 03 6月, 2019 1 次提交
  12. 30 5月, 2019 1 次提交
  13. 29 5月, 2019 1 次提交
  14. 27 5月, 2019 1 次提交
  15. 12 5月, 2019 1 次提交
  16. 08 5月, 2019 1 次提交
  17. 07 5月, 2019 1 次提交
  18. 11 4月, 2019 1 次提交
  19. 03 4月, 2019 1 次提交
  20. 28 3月, 2019 1 次提交
    • C
      Fix the interface of Pass::Apply (#16484) · ed61d67c
      chengduo 提交于
      * modify the interface of Pass::Allay
      test=develop
      
      * Polish code
      test=develop
      
      * Fix Travis CI
      test=develop
      
      * fix Pass::Apply interface
      test=develop
      
      * Fix Travis CI
      test=develop
      ed61d67c
  21. 20 3月, 2019 1 次提交
    • W
      Collective ops (#15572) · 6382b62f
      Wu Yi 提交于
      * wip allreduce in op
      
      * wip
      
      * wip
      
      * wip
      
      * wip adding test
      
      * wip for conflict with mp mode
      
      * fix tests test=develop
      
      * fix cpu build test=develop
      
      * fix travis clang format test=develop
      
      * fix cpu build test=develop
      
      * update api.spec test=develop
      
      * delete comment test=develop
      
      * fix cpplint test=develop
      
      * fix test=develop
      
      * follow comment test=develop
      
      * add file test=develop
      
      * fix build test=develop
      
      * update test=develop
      
      * to be compatible with sync_bn, and fix mp mode in develop test=develop
      6382b62f
  22. 15 3月, 2019 1 次提交
    • Q
      Support sync batch norm. (#16121) · 8ad672a2
      qingqing01 提交于
      * Support Sync Batch Norm.
      * Note, do not enable it in one device.
      
      Usage:
      
      build_strategy = fluid.BuildStrategy()
      build_strategy.sync_batch_norm = True
      binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
              loss_name=loss_mean.name,
              build_strategy=build_strategy)
      8ad672a2
  23. 13 3月, 2019 1 次提交
    • Y
      fix broadcast on mp mode (#15951) · 30568473
      Yan Xu 提交于
      * fix broadcast with mp mode
      
      * polish code test=develop
      
      * fix bcast strategy test=develop
      
      * fic cpplint test=develop
      
      * fix py3 failed test=develop
      
      * fix comment test=develop
      
      * update comment test=develop
      30568473
  24. 07 3月, 2019 1 次提交
  25. 06 3月, 2019 1 次提交
  26. 04 3月, 2019 1 次提交
  27. 01 3月, 2019 1 次提交
  28. 26 2月, 2019 1 次提交
  29. 25 2月, 2019 3 次提交
  30. 22 2月, 2019 2 次提交
  31. 21 2月, 2019 3 次提交
  32. 18 2月, 2019 1 次提交
  33. 14 2月, 2019 3 次提交