1. 20 3月, 2019 1 次提交
  2. 19 3月, 2019 1 次提交
  3. 15 3月, 2019 2 次提交
    • S
      fix compiler · 4b073c95
      sneaxiy 提交于
      test=develop
      4b073c95
    • 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
  4. 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
  5. 12 3月, 2019 1 次提交
  6. 09 3月, 2019 1 次提交
  7. 06 3月, 2019 1 次提交
    • L
      add IfElse test case for ir memory optimize (#15998) · 9cc6f400
      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
      9cc6f400
  8. 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
  9. 04 3月, 2019 1 次提交
  10. 01 3月, 2019 1 次提交
  11. 25 2月, 2019 1 次提交
  12. 23 2月, 2019 1 次提交
  13. 22 2月, 2019 1 次提交
  14. 21 2月, 2019 1 次提交
  15. 20 2月, 2019 2 次提交
  16. 19 2月, 2019 1 次提交
  17. 14 2月, 2019 2 次提交
  18. 13 2月, 2019 1 次提交
  19. 12 2月, 2019 2 次提交
  20. 08 2月, 2019 2 次提交
  21. 31 1月, 2019 1 次提交
  22. 21 1月, 2019 1 次提交
  23. 15 1月, 2019 1 次提交
  24. 06 1月, 2019 1 次提交
    • X
      fix · 8e2a592b
      Xin Pan 提交于
      test=develop
      8e2a592b
  25. 04 1月, 2019 4 次提交