1. 30 8月, 2019 1 次提交
  2. 08 8月, 2019 1 次提交
    • L
      Fix memory overwriting of tensors returned by executor (#19030) · 8f537354
      Leo Chen 提交于
      * fix memory overlapping of fetch var (return of executor.run), test=develop
      
      * fix wrong usage of ParallelExecutor in op_test, test=develop
      
      * remove useless parameter and simplify code
      
      * avoid tensor destruct untimely, test=develop
      
      * add testcase independent of OpTest, test=develop
      8f537354
  3. 29 7月, 2019 1 次提交
  4. 26 7月, 2019 1 次提交
    • Z
      Feature/mem opt pass refactor (#18735) · a802da65
      Zeng Jinle 提交于
      * first version memory optimize pass, test=develop
      
      * remove move_tensor_sharing_pass, test=develop
      
      * refine code comments, add unittests, test=develop
      
      * turn off memory_optimize by default, test=develop
      
      * follow huihuang's comments, test=develop
      
      * follow chengduoZH's comments, test=develop
      
      * fix grammar error, add const qualifier, fix pass_test exception message, test=develop
      
      * follow chengduoZH's comments 2nd, test=develop
      a802da65
  5. 11 7月, 2019 2 次提交
    • G
    • 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
  6. 27 6月, 2019 1 次提交
  7. 26 6月, 2019 1 次提交
  8. 24 6月, 2019 1 次提交
  9. 19 6月, 2019 1 次提交
  10. 18 6月, 2019 1 次提交
  11. 14 6月, 2019 1 次提交
  12. 13 6月, 2019 1 次提交
  13. 08 6月, 2019 1 次提交
  14. 06 6月, 2019 1 次提交
  15. 03 6月, 2019 1 次提交
  16. 30 5月, 2019 1 次提交
  17. 29 5月, 2019 1 次提交
  18. 27 5月, 2019 1 次提交
  19. 12 5月, 2019 1 次提交
  20. 08 5月, 2019 1 次提交
  21. 07 5月, 2019 1 次提交
  22. 11 4月, 2019 1 次提交
  23. 03 4月, 2019 1 次提交
  24. 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
  25. 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
  26. 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
  27. 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
  28. 07 3月, 2019 1 次提交
  29. 06 3月, 2019 1 次提交
  30. 04 3月, 2019 1 次提交
  31. 01 3月, 2019 1 次提交
  32. 26 2月, 2019 1 次提交
  33. 25 2月, 2019 3 次提交
  34. 22 2月, 2019 2 次提交
  35. 21 2月, 2019 2 次提交